public interface SQLConstants
BaseDatastoreAdapter
Modifier and Type | Field and Description |
---|---|
static int |
MAX_IDENTIFIER_LENGTH
The maximum length of a SQL/92 identifier in characters.
|
static String |
NONRESERVED_WORDS
A string containing the list of SQL/92 non-reserved words,
separated by commas.
|
static String |
SQL2003_RESERVED_WORDS
A string containing the list of SQL/2003 reserved words,
separated by commas.
|
static String |
SQL92_RESERVED_WORDS
A string containing the list of SQL/92 reserved words,
separated by commas.
|
static String |
SQL99_RESERVED_WORDS
A string containing the list of SQL/99 reserved words,
separated by commas.
|
static final int MAX_IDENTIFIER_LENGTH
static final String SQL92_RESERVED_WORDS
static final String SQL99_RESERVED_WORDS
static final String SQL2003_RESERVED_WORDS
static final String NONRESERVED_WORDS
Copyright © 2015. All rights reserved.