8.3.33 isPoolable()
- Organization of this subsection
(1) Function
This method acquires a value indicating whether this Statement object can be pooled.
(2) Format
public synchronized boolean isPoolable() throws SQLException
(3) Arguments
None.
(4) Return value
The method always returns false.
(5) Exceptions
The JDBC driver throws an SQLException in the following cases:
-
The Statement object is closed.
-
The Connection object that created the Statement object is closed.