DatabaseMetaData.getMaxColumnNameLength

DatabaseMetaData.getMaxColumnNameLength

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxColumnNameLength() throws SQLException
Returns
max literal length
Description
What's the limit on column name length?

Exceptions
SQLException if a database-access error occurs.