8.6.49 getMaxIndexLength()
- Organization of this subsection
(1) Function
This method acquires the maximum length of an index key.
(2) Format
public synchronized int getMaxIndexLength() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the maximum length of an index key. A value of 4036 is always returned.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.