Searched refs:poolable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java997 * The poolable value of a statement is applicable to both internal
1001 * By default, a <code>Statement</code> is not poolable when created, and
1003 * are poolable when created.
1005 * @param poolable requests that the statement be pooled if true and
1013 void setPoolable(boolean poolable) argument
1018 * is poolable or not.
1021 * is poolable; <code>false</code> otherwise

Completed in 24 milliseconds