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