DatabaseMetaData.getMaxTableNameLength
Interface Overview | Interface Members |
This Package |
All Packages
public abstract int getMaxTableNameLength() throws SQLException
Returns
max name length in bytes
Description
What's the maximum length of a table name?
Exceptions
SQLException
if a database-access error occurs.