public abstract boolean isPoolable () throws SQLException

Returns a value indicating whether the Statement is poolable or not.

Returns:  true if the Statement is poolable; false otherwise

Exceptions:
SQLException    if this method is called on a closed Statement

See also:
setPoolable(boolean)

Since:  1.6