All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.openjpa.kernel.jpql.JPQLConstants Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
/* Generated By:JJTree&JavaCC: Do not edit this line. JPQLConstants.java */
package org.apache.openjpa.kernel.jpql;

public interface JPQLConstants {

  int EOF = 0;
  int COMMA = 5;
  int DOT = 6;
  int EQ = 7;
  int NE = 8;
  int GT = 9;
  int GE = 10;
  int LT = 11;
  int LE = 12;
  int PLUS = 13;
  int MINUS = 14;
  int TIMES = 15;
  int DIV = 16;
  int NEW = 17;
  int ALL = 18;
  int ANY = 19;
  int EXISTS = 20;
  int SOME = 21;
  int EMPTY = 22;
  int ASC = 23;
  int DESC = 24;
  int ORDER = 25;
  int BY = 26;
  int IS = 27;
  int MEMBER = 28;
  int OF = 29;
  int LIKE = 30;
  int ESCAPE = 31;
  int BETWEEN = 32;
  int NULL = 33;
  int KEY = 34;
  int VALUE = 35;
  int TYPE = 36;
  int ENTRY = 37;
  int AVG = 38;
  int MIN = 39;
  int MAX = 40;
  int SUM = 41;
  int COUNT = 42;
  int OR = 43;
  int AND = 44;
  int NOT = 45;
  int CONCAT = 46;
  int SUBSTRING = 47;
  int TRIM = 48;
  int LOWER = 49;
  int UPPER = 50;
  int LEADING = 51;
  int TRAILING = 52;
  int BOTH = 53;
  int LENGTH = 54;
  int LOCATE = 55;
  int ABS = 56;
  int SQRT = 57;
  int MOD = 58;
  int SIZE = 59;
  int INDEX = 60;
  int CURRENT_DATE = 61;
  int CURRENT_TIME = 62;
  int CURRENT_TIMESTAMP = 63;
  int SELECT = 64;
  int DISTINCT = 65;
  int FROM = 66;
  int UPDATE = 67;
  int DELETE = 68;
  int WHERE = 69;
  int GROUP = 70;
  int HAVING = 71;
  int AS = 72;
  int LEFT = 73;
  int OUTER = 74;
  int INNER = 75;
  int JOIN = 76;
  int FETCH = 77;
  int IN = 78;
  int SET = 79;
  int OBJECT = 80;
  int CASE = 81;
  int WHEN = 82;
  int ELSE = 83;
  int THEN = 84;
  int END = 85;
  int NULLIF = 86;
  int COALESCE = 87;
  int CLASS = 88;
  int INTEGER_LITERAL = 89;
  int DECIMAL_LITERAL = 90;
  int EXPONENT = 91;
  int STRING_LITERAL = 92;
  int STRING_LITERAL2 = 93;
  int CHARACTER_LITERAL = 94;
  int DATE_LITERAL = 95;
  int TIME_LITERAL = 96;
  int TIMESTAMP_LITERAL = 97;
  int BOOLEAN_LITERAL = 98;
  int IDENTIFIER = 99;
  int LETTER = 100;
  int DIGIT = 101;

  int DEFAULT = 0;

  String[] tokenImage = {
    "",
    "\" \"",
    "\"\\n\"",
    "\"\\r\"",
    "\"\\t\"",
    "\",\"",
    "\".\"",
    "\"=\"",
    "\"<>\"",
    "\">\"",
    "\">=\"",
    "\"<\"",
    "\"<=\"",
    "\"+\"",
    "\"-\"",
    "\"*\"",
    "\"/\"",
    "\"NEW\"",
    "\"ALL\"",
    "\"ANY\"",
    "\"EXISTS\"",
    "\"SOME\"",
    "\"EMPTY\"",
    "\"ASC\"",
    "\"DESC\"",
    "\"ORDER\"",
    "\"BY\"",
    "\"IS\"",
    "\"MEMBER\"",
    "\"OF\"",
    "\"LIKE\"",
    "\"ESCAPE\"",
    "\"BETWEEN\"",
    "\"NULL\"",
    "\"KEY\"",
    "\"VALUE\"",
    "\"TYPE\"",
    "\"ENTRY\"",
    "\"AVG\"",
    "\"MIN\"",
    "\"MAX\"",
    "\"SUM\"",
    "\"COUNT\"",
    "\"OR\"",
    "\"AND\"",
    "\"NOT\"",
    "\"CONCAT\"",
    "\"SUBSTRING\"",
    "\"TRIM\"",
    "\"LOWER\"",
    "\"UPPER\"",
    "\"LEADING\"",
    "\"TRAILING\"",
    "\"BOTH\"",
    "\"LENGTH\"",
    "\"LOCATE\"",
    "\"ABS\"",
    "\"SQRT\"",
    "\"MOD\"",
    "\"SIZE\"",
    "\"INDEX\"",
    "\"CURRENT_DATE\"",
    "\"CURRENT_TIME\"",
    "\"CURRENT_TIMESTAMP\"",
    "\"SELECT\"",
    "\"DISTINCT\"",
    "\"FROM\"",
    "\"UPDATE\"",
    "\"DELETE\"",
    "\"WHERE\"",
    "\"GROUP\"",
    "\"HAVING\"",
    "\"AS\"",
    "\"LEFT\"",
    "\"OUTER\"",
    "\"INNER\"",
    "\"JOIN\"",
    "\"FETCH\"",
    "\"IN\"",
    "\"SET\"",
    "\"OBJECT\"",
    "\"CASE\"",
    "\"WHEN\"",
    "\"ELSE\"",
    "\"THEN\"",
    "\"END\"",
    "\"NULLIF\"",
    "\"COALESCE\"",
    "\"CLASS\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "\"(\"",
    "\")\"",
    "\":\"",
    "\"?\"",
  };

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy