8.6.50 getMaxLogicalLobSize()
- Organization of this subsection
(1) Function
This method acquires the maximum number of bytes this database allows as the logical size for a LOB.
(2) Format
public synchronized long getMaxLogicalLobSize() throws SQLException
(3) Arguments
None.
(4) Return value
This method always returns 0.
(5) Exceptions
If the Connection object is closed before this method is executed, the JDBC driver throws an SQLException.