8.6.54 getMaxStatementLength()
- Organization of this subsection
(1) Function
This method acquires the maximum length of a character string that can be specified as an SQL statement.
(2) Format
public synchronized int getMaxStatementLength() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns the maximum length of a character string that can be specified as an SQL statement. A value of 16000000 (in characters) is always returned.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.