Documentation for this section has not yet been entered.
Type Reason Java.Sql.SQLException Java.Sql.SQLException
Get method documentation [Android Documentation]
Returns true if this statement is poolable, false otherwise.
Set method documentation [Android Documentation]
Hints whether this statement should be pooled. Defaults to false for Statement,
but true for CallableStatement and PreparedStatement. Pool manager
implementations may or may not honor this hint.