DatabaseMetaData.storesUpperCaseIdentifiers
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean storesUpperCaseIdentifiers() throws SQLException
Returns
true if so
Description
Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in upper case?
Exceptions
SQLException
if a database-access error occurs.