DatabaseMetaData.getMaxSchemaNameLength

DatabaseMetaData.getMaxSchemaNameLength

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxSchemaNameLength() throws SQLException
Returns
max name length in bytes
Description
What's the maximum length allowed for a schema name?

Exceptions
SQLException if a database-access error occurs.