Searched defs:CallableStatement (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DCallableStatement.java51 * A <code>CallableStatement</code> can return one {@link ResultSet} object or
65 public interface CallableStatement extends PreparedStatement { interface in inherits:PreparedStatement
92 * this method is called on a closed <code>CallableStatement</code>
126 * this method is called on a closed <code>CallableStatement</code>
148 * this method is called on a closed <code>CallableStatement</code>
170 * this method is called on a closed <code>CallableStatement</code>
186 * this method is called on a closed <code>CallableStatement</code>
201 * this method is called on a closed <code>CallableStatement</code>
216 * this method is called on a closed <code>CallableStatement</code>
231 * this method is called on a closed <code>CallableStatement</cod
[all...]

Completed in 24 milliseconds