getMaxProcedureNameLength()

Syntax:

int getMaxProcedureNameLength()
                              throws SQLException

Description:

Retrieves the maximum number of characters that this database allows in a procedure name.

Returns:

the maximum number of characters allowed in a procedure name; a result of zero means that there is no limit or the limit is not known

Throws:

SQLException - if a database access error occurs