Home
last modified time | relevance | path

Searched +defs:DECLARE +defs:LOAD +defs:TIME +defs:VALUE (Results 1 – 2 of 2) sorted by relevance

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java1039 public static final int DECLARE = 82; field in Tokens
1254 public static final int TIME = 297; field in Tokens
1280 public static final int VALUE = 323; field in Tokens
1571 static final int LOAD = 628; field in Tokens
1938 reservedKeys.put(T_DECLARE, DECLARE); in reservedKeys.put() argument
2149 reservedKeys.put(T_TIME, TIME); in reservedKeys.put() argument
2175 reservedKeys.put(T_VALUE, VALUE); in reservedKeys.put() argument
2498 commandSet.put(T_LOAD, LOAD); in commandSet.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTokens.java1039 public static final int DECLARE = 82; field in Tokens
1254 public static final int TIME = 297; field in Tokens
1280 public static final int VALUE = 323; field in Tokens
1571 static final int LOAD = 628; field in Tokens
1938 reservedKeys.put(T_DECLARE, DECLARE); in reservedKeys.put() argument
2149 reservedKeys.put(T_TIME, TIME); in reservedKeys.put() argument
2175 reservedKeys.put(T_VALUE, VALUE); in reservedKeys.put() argument
2498 commandSet.put(T_LOAD, LOAD); in commandSet.put() argument