8.6.51 getMaxProcedureNameLength()
- Organization of this subsection
(1) Function
This method acquires the maximum length of a procedure name (number of characters).
(2) Format
public synchronized int getMaxProcedureNameLength() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the maximum number of characters permitted for a procedure name. The method always returns 0.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.