|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains various constants from the SQL/92, SQL/99 and SQL 2003 standard.
DatabaseAdapter
Field Summary | |
static int |
MAX_IDENTIFIER_LENGTH
The maximum length of a SQL/92 identifier in characters. |
static java.lang.String |
NONRESERVED_WORDS
A string containing the list of SQL/92 non-reserved words, separated by commas. |
static java.lang.String |
SQL2003_RESERVED_WORDS
A string containing the list of SQL/2003 reserved words, separated by commas. |
static java.lang.String |
SQL92_RESERVED_WORDS
A string containing the list of SQL/92 reserved words, separated by commas. |
static java.lang.String |
SQL99_RESERVED_WORDS
A string containing the list of SQL/99 reserved words, separated by commas. |
Field Detail |
public static final int MAX_IDENTIFIER_LENGTH
public static final java.lang.String SQL92_RESERVED_WORDS
public static final java.lang.String SQL99_RESERVED_WORDS
public static final java.lang.String SQL2003_RESERVED_WORDS
public static final java.lang.String NONRESERVED_WORDS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |