Hitachi

Hitachi Advanced Database Application Development Guide


8.6.40 getMaxCharLiteralLength()

Organization of this subsection

(1) Function

This method acquires the maximum length of an item of character string data (number of characters).

(2) Format

public synchronized int getMaxCharLiteralLength() throws SQLException

(3) Arguments

None.

(4) Return value

The method returns the maximum number of characters permitted for character string data. A value of 32000 is always returned.

(5) Exceptions

If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.