8.6.38 getMaxBinaryLiteralLength()
- Organization of this subsection
(1) Function
This method acquires the maximum number of hexadecimal characters that can be used in a binary literal.
(2) Format
public synchronized int getMaxBinaryLiteralLength() throws SQLException
(3) Arguments
None.
(4) Return value
The method always returns 64000.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.