isPoolable()
Syntax:
boolean isPoolable()
                   throws SQLException
                                        Description:
Returns a value indicating whether the Statement is poolable or not.
Returns:
true if the Statement is poolable; false otherwise
Throws:
SQLException - if a database access error occurs
Reference:
For more information, reference JDBC documentation for: Statement.isPoolable()