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