|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains various constants from the SQL/92 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 |
RESERVED_WORDS
A string containing the list of SQL/92 reserved words, separated by commas. |
Field Detail |
public static final int MAX_IDENTIFIER_LENGTH
public static final java.lang.String 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 |