Package org.apache.ignite.internal.sql
Class SqlKeyword
- java.lang.Object
-
- org.apache.ignite.internal.sql.SqlKeyword
-
public class SqlKeyword extends Object
SQL keyword constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLOW_OVERWRITEKeyword: ALLOW_OVERWRITEstatic StringALTERKeyword: ALTER.static StringANALYZEKeyword: ANALYZE.static StringASKeyword: AS.static StringASCKeyword: ASC.static StringBATCH_SIZEKeyword: BATCH_SIZEstatic StringBEGINKeyword: BEGIN.static StringBIGINTKeyword: BIGINTstatic StringBITKeyword: BIT.static StringBOOLKeyword: BOOL.static StringBOOLEANKeyword: BOOLEAN.static StringCASCADEKeyword: CASCADE.static StringCHARKeyword: CHAR.static StringCHARACTERKeyword: CHARACTER.static StringCHARSETKeyword: CHARSET.static StringCLIENTKeyword: CLIENT.static StringCOMMITKeyword: COMMIT.static StringCOMPUTEKeyword: COMPUTE_TASK.static StringCONTINUOUSKeyword: CONTINUOUS.static StringCOPYKeyword: COPY.static StringCREATEKeyword: CREATE.static StringDATEKeyword: DATE.static StringDATETIMEKeyword: DATETIME.static StringDECKeyword: DEC.static StringDECIMALKeyword: DECIMAL.static StringDELIMITERKeyword: DELIMITER.static StringDESCKeyword: DESC.static StringDOUBLEKeyword: DOUBLE.static StringDROPKeyword: DROP.static StringEXISTSKeyword: EXISTS.static StringFLOATKeyword: FLOAT.static StringFLOAT4Keyword: FLOAT4.static StringFLOAT8Keyword: FLOAT8.static StringFLUSH_FREQUENCYKeyword: FLUSH_FREQUENCY.static StringFORMATKeyword: FORMAT.static StringFROMKeyword: FROM.static StringFULLTEXTKeyword: FULLTEXT.static StringGRANTKeyword: GRANT.static StringHASHKeyword: UNIQUE.static StringHELPKeyword: HELP.static StringIFKeyword: IF.static StringINDEXKeyword: INDEX.static StringINLINE_SIZEKeyword: INLINE_SIZE.static StringINTKeyword: INT.static StringINT2Keyword: INT2.static StringINT4Keyword: INT4.static StringINT8Keyword: INT8.static StringINTEGERKeyword: INTEGER.static StringINTOKeyword: INTO.static StringKEYKeyword: KEY.static StringKILLKeyword: KILL.static StringLOGGINGKeyword: LOGGING.static StringLONGVARCHARKeyword: LONGVARCHAR.static StringMEDIUMINTKeyword: MEDIUMINT.static StringNCHARKeyword: NCHAR.static StringNOLOGGINGKeyword: NOLOGGING.static StringNOTKeyword: NOT.static StringNULLSTRINGKeyword: NULLSTRING.static StringNUMBERKeyword: NUMBER.static StringNUMERICKeyword: NUMERIC.static StringNVARCHARKeyword: NVARCHAR.static StringNVARCHAR2Keyword: NVARCHAR2.static StringOFFKeyword: OFF.static StringONKeyword: ON.static StringORKeyword: OR.static StringORDEREDKeyword: ORDERED.static StringPACKET_SIZEKeyword: PACKET_SIZE.static StringPARALLELKeyword: PARALLEL.static StringPASSWORDKeyword: PASSWORD.static StringPER_NODE_BUFFER_SIZEKeyword: PER_NODE_BUFFER_SIZE.static StringPER_NODE_PARALLEL_OPERATIONSKeyword: PER_NODE_PARALLEL_OPERATIONS.static StringPRECISIONKeyword: PRECISION.static StringPRIMARYKeyword: PRIMARY.static StringQUERYKeyword: QUERY.static StringREALKeyword: REAL.static StringREFRESHKeyword: REFRESH.static StringREPLACEKeyword: REPLACE.static StringRESTRICTKeyword: RESTRICT.static StringREVOKEKeyword: REVOKE.static StringROLLBACKKeyword: ROLLBACK.static StringSCANKeyword: SCAN.static StringSELECTKeyword: SELECT.static StringSERVICEKeyword: SERVICE.static StringSETKeyword: SET.static StringSHOWKeyword: SHOW.static StringSIGNEDKeyword: SIGNED.static StringSMALLDATETIMEKeyword: SMALLDATETIME.static StringSMALLINTKeyword: SMALLINT.static StringSPATIALKeyword: SPATIAL.static StringSTARTKeyword: START.static StringSTREAMINGKeyword: STREAMING.static StringTABLEKeyword: TABLE.static StringTIMEKeyword: TIME.static StringTIMESTAMPKeyword: TIMESTAMP.static StringTINYINTKeyword: TINYINT.static StringTRANSACTIONKeyword: TRANSACTION.static StringTRIMKeyword: TRIM.static StringUNIQUEKeyword: UNIQUE.static StringUSERKeyword: USER.static StringUUIDKeyword: UUID.static StringVARCHARKeyword: VARCHAR.static StringVARCHAR_CASESENSITIVEKeyword: VARCHAR_CASESENSITIVE.static StringVARCHAR2Keyword: VARCHAR2.static StringVIEWKeyword: VIEW.static StringWITHKeyword: WITH.static StringWORKKeyword: WORK.static StringYEARKeyword: YEAR.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisKeyword(String str)Check if string is a keyword.
-
-
-
Field Detail
-
KILL
public static final String KILL
Keyword: KILL.- See Also:
- Constant Field Values
-
QUERY
public static final String QUERY
Keyword: QUERY.- See Also:
- Constant Field Values
-
SCAN
public static final String SCAN
Keyword: SCAN.- See Also:
- Constant Field Values
-
CONTINUOUS
public static final String CONTINUOUS
Keyword: CONTINUOUS.- See Also:
- Constant Field Values
-
COMPUTE
public static final String COMPUTE
Keyword: COMPUTE_TASK.- See Also:
- Constant Field Values
-
SERVICE
public static final String SERVICE
Keyword: SERVICE.- See Also:
- Constant Field Values
-
CLIENT
public static final String CLIENT
Keyword: CLIENT.- See Also:
- Constant Field Values
-
ALTER
public static final String ALTER
Keyword: ALTER.- See Also:
- Constant Field Values
-
ALLOW_OVERWRITE
public static final String ALLOW_OVERWRITE
Keyword: ALLOW_OVERWRITE- See Also:
- Constant Field Values
-
AS
public static final String AS
Keyword: AS.- See Also:
- Constant Field Values
-
ASC
public static final String ASC
Keyword: ASC.- See Also:
- Constant Field Values
-
BATCH_SIZE
public static final String BATCH_SIZE
Keyword: BATCH_SIZE- See Also:
- Constant Field Values
-
BEGIN
public static final String BEGIN
Keyword: BEGIN.- See Also:
- Constant Field Values
-
BIGINT
public static final String BIGINT
Keyword: BIGINT- See Also:
- Constant Field Values
-
BIT
public static final String BIT
Keyword: BIT.- See Also:
- Constant Field Values
-
BOOL
public static final String BOOL
Keyword: BOOL.- See Also:
- Constant Field Values
-
PACKET_SIZE
public static final String PACKET_SIZE
Keyword: PACKET_SIZE.- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
Keyword: BOOLEAN.- See Also:
- Constant Field Values
-
CASCADE
public static final String CASCADE
Keyword: CASCADE.- See Also:
- Constant Field Values
-
CHAR
public static final String CHAR
Keyword: CHAR.- See Also:
- Constant Field Values
-
CHARACTER
public static final String CHARACTER
Keyword: CHARACTER.- See Also:
- Constant Field Values
-
CHARSET
public static final String CHARSET
Keyword: CHARSET.- See Also:
- Constant Field Values
-
COMMIT
public static final String COMMIT
Keyword: COMMIT.- See Also:
- Constant Field Values
-
COPY
public static final String COPY
Keyword: COPY.- See Also:
- Constant Field Values
-
CREATE
public static final String CREATE
Keyword: CREATE.- See Also:
- Constant Field Values
-
DATE
public static final String DATE
Keyword: DATE.- See Also:
- Constant Field Values
-
DATETIME
public static final String DATETIME
Keyword: DATETIME.- See Also:
- Constant Field Values
-
DEC
public static final String DEC
Keyword: DEC.- See Also:
- Constant Field Values
-
DECIMAL
public static final String DECIMAL
Keyword: DECIMAL.- See Also:
- Constant Field Values
-
DELIMITER
public static final String DELIMITER
Keyword: DELIMITER.- See Also:
- Constant Field Values
-
DESC
public static final String DESC
Keyword: DESC.- See Also:
- Constant Field Values
-
DOUBLE
public static final String DOUBLE
Keyword: DOUBLE.- See Also:
- Constant Field Values
-
DROP
public static final String DROP
Keyword: DROP.- See Also:
- Constant Field Values
-
EXISTS
public static final String EXISTS
Keyword: EXISTS.- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
Keyword: FLOAT.- See Also:
- Constant Field Values
-
FLOAT4
public static final String FLOAT4
Keyword: FLOAT4.- See Also:
- Constant Field Values
-
FLOAT8
public static final String FLOAT8
Keyword: FLOAT8.- See Also:
- Constant Field Values
-
FLUSH_FREQUENCY
public static final String FLUSH_FREQUENCY
Keyword: FLUSH_FREQUENCY.- See Also:
- Constant Field Values
-
FORMAT
public static final String FORMAT
Keyword: FORMAT.- See Also:
- Constant Field Values
-
FROM
public static final String FROM
Keyword: FROM.- See Also:
- Constant Field Values
-
FULLTEXT
public static final String FULLTEXT
Keyword: FULLTEXT.- See Also:
- Constant Field Values
-
HASH
public static final String HASH
Keyword: UNIQUE.- See Also:
- Constant Field Values
-
IF
public static final String IF
Keyword: IF.- See Also:
- Constant Field Values
-
INDEX
public static final String INDEX
Keyword: INDEX.- See Also:
- Constant Field Values
-
INLINE_SIZE
public static final String INLINE_SIZE
Keyword: INLINE_SIZE.- See Also:
- Constant Field Values
-
INT
public static final String INT
Keyword: INT.- See Also:
- Constant Field Values
-
INT2
public static final String INT2
Keyword: INT2.- See Also:
- Constant Field Values
-
INT4
public static final String INT4
Keyword: INT4.- See Also:
- Constant Field Values
-
INT8
public static final String INT8
Keyword: INT8.- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
Keyword: INTEGER.- See Also:
- Constant Field Values
-
INTO
public static final String INTO
Keyword: INTO.- See Also:
- Constant Field Values
-
KEY
public static final String KEY
Keyword: KEY.- See Also:
- Constant Field Values
-
LOGGING
public static final String LOGGING
Keyword: LOGGING.- See Also:
- Constant Field Values
-
LONGVARCHAR
public static final String LONGVARCHAR
Keyword: LONGVARCHAR.- See Also:
- Constant Field Values
-
MEDIUMINT
public static final String MEDIUMINT
Keyword: MEDIUMINT.- See Also:
- Constant Field Values
-
NCHAR
public static final String NCHAR
Keyword: NCHAR.- See Also:
- Constant Field Values
-
NOLOGGING
public static final String NOLOGGING
Keyword: NOLOGGING.- See Also:
- Constant Field Values
-
NOT
public static final String NOT
Keyword: NOT.- See Also:
- Constant Field Values
-
NULLSTRING
public static final String NULLSTRING
Keyword: NULLSTRING.- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
Keyword: NUMBER.- See Also:
- Constant Field Values
-
NUMERIC
public static final String NUMERIC
Keyword: NUMERIC.- See Also:
- Constant Field Values
-
NVARCHAR
public static final String NVARCHAR
Keyword: NVARCHAR.- See Also:
- Constant Field Values
-
NVARCHAR2
public static final String NVARCHAR2
Keyword: NVARCHAR2.- See Also:
- Constant Field Values
-
OFF
public static final String OFF
Keyword: OFF.- See Also:
- Constant Field Values
-
ON
public static final String ON
Keyword: ON.- See Also:
- Constant Field Values
-
ORDERED
public static final String ORDERED
Keyword: ORDERED.- See Also:
- Constant Field Values
-
PER_NODE_PARALLEL_OPERATIONS
public static final String PER_NODE_PARALLEL_OPERATIONS
Keyword: PER_NODE_PARALLEL_OPERATIONS.- See Also:
- Constant Field Values
-
PER_NODE_BUFFER_SIZE
public static final String PER_NODE_BUFFER_SIZE
Keyword: PER_NODE_BUFFER_SIZE.- See Also:
- Constant Field Values
-
PRECISION
public static final String PRECISION
Keyword: PRECISION.- See Also:
- Constant Field Values
-
PRIMARY
public static final String PRIMARY
Keyword: PRIMARY.- See Also:
- Constant Field Values
-
REAL
public static final String REAL
Keyword: REAL.- See Also:
- Constant Field Values
-
RESTRICT
public static final String RESTRICT
Keyword: RESTRICT.- See Also:
- Constant Field Values
-
ROLLBACK
public static final String ROLLBACK
Keyword: ROLLBACK.- See Also:
- Constant Field Values
-
SET
public static final String SET
Keyword: SET.- See Also:
- Constant Field Values
-
SIGNED
public static final String SIGNED
Keyword: SIGNED.- See Also:
- Constant Field Values
-
SMALLDATETIME
public static final String SMALLDATETIME
Keyword: SMALLDATETIME.- See Also:
- Constant Field Values
-
SMALLINT
public static final String SMALLINT
Keyword: SMALLINT.- See Also:
- Constant Field Values
-
SPATIAL
public static final String SPATIAL
Keyword: SPATIAL.- See Also:
- Constant Field Values
-
START
public static final String START
Keyword: START.- See Also:
- Constant Field Values
-
STREAMING
public static final String STREAMING
Keyword: STREAMING.- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
Keyword: TABLE.- See Also:
- Constant Field Values
-
TIME
public static final String TIME
Keyword: TIME.- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
Keyword: TIMESTAMP.- See Also:
- Constant Field Values
-
TINYINT
public static final String TINYINT
Keyword: TINYINT.- See Also:
- Constant Field Values
-
TRANSACTION
public static final String TRANSACTION
Keyword: TRANSACTION.- See Also:
- Constant Field Values
-
TRIM
public static final String TRIM
Keyword: TRIM.- See Also:
- Constant Field Values
-
UNIQUE
public static final String UNIQUE
Keyword: UNIQUE.- See Also:
- Constant Field Values
-
UUID
public static final String UUID
Keyword: UUID.- See Also:
- Constant Field Values
-
VARCHAR
public static final String VARCHAR
Keyword: VARCHAR.- See Also:
- Constant Field Values
-
VARCHAR2
public static final String VARCHAR2
Keyword: VARCHAR2.- See Also:
- Constant Field Values
-
VARCHAR_CASESENSITIVE
public static final String VARCHAR_CASESENSITIVE
Keyword: VARCHAR_CASESENSITIVE.- See Also:
- Constant Field Values
-
WORK
public static final String WORK
Keyword: WORK.- See Also:
- Constant Field Values
-
YEAR
public static final String YEAR
Keyword: YEAR.- See Also:
- Constant Field Values
-
PARALLEL
public static final String PARALLEL
Keyword: PARALLEL.- See Also:
- Constant Field Values
-
USER
public static final String USER
Keyword: USER.- See Also:
- Constant Field Values
-
WITH
public static final String WITH
Keyword: WITH.- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
Keyword: PASSWORD.- See Also:
- Constant Field Values
-
SHOW
public static final String SHOW
Keyword: SHOW.- See Also:
- Constant Field Values
-
HELP
public static final String HELP
Keyword: HELP.- See Also:
- Constant Field Values
-
GRANT
public static final String GRANT
Keyword: GRANT.- See Also:
- Constant Field Values
-
REVOKE
public static final String REVOKE
Keyword: REVOKE.- See Also:
- Constant Field Values
-
ANALYZE
public static final String ANALYZE
Keyword: ANALYZE.- See Also:
- Constant Field Values
-
REFRESH
public static final String REFRESH
Keyword: REFRESH.- See Also:
- Constant Field Values
-
OR
public static final String OR
Keyword: OR.- See Also:
- Constant Field Values
-
REPLACE
public static final String REPLACE
Keyword: REPLACE.- See Also:
- Constant Field Values
-
VIEW
public static final String VIEW
Keyword: VIEW.- See Also:
- Constant Field Values
-
SELECT
public static final String SELECT
Keyword: SELECT.- See Also:
- Constant Field Values
-
-
Method Detail
-
isKeyword
public static boolean isKeyword(String str)
Check if string is a keyword.- Parameters:
str- String.- Returns:
Trueif it is a keyword.
-
-