org.eclipse.datatools.sqltools.sql.reference
Interface IDatabase
public interface IDatabase
- Author:
- Li Huang
STORES_UPPERCASE
static final int STORES_UPPERCASE
- stores identifiers in upper case
- See Also:
- Constant Field Values
STORES_LOWERCASE
static final int STORES_LOWERCASE
- stores identifiers in lower case
- See Also:
- Constant Field Values
STORES_MIXEDCASE
static final int STORES_MIXEDCASE
- stores identifiers in mixed case
- See Also:
- Constant Field Values
getDatabaseType
java.lang.String getDatabaseType()