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

public int getMaxProcedureNameLength()

Return Value

An integer that indicates the maximum number of characters allowed.

Exceptions

SQLServerException

Remarks

This getMaxProcedureNameLength method is specified by the getMaxProcedureNameLength method in the java.sql.DatabaseMetaData interface.

See Also