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

/openjdk7/jdk/src/share/classes/java/sql/
H A DConnection.java142 * Creates a <code>CallableStatement</code> object for calling
144 * The <code>CallableStatement</code> object provides
152 * may wait until the <code>CallableStatement</code> object
157 * Result sets created using the returned <code>CallableStatement</code>
166 * @return a new default <code>CallableStatement</code> object containing the
171 CallableStatement prepareCall(String sql) throws SQLException;
204 * <li>For <code>CallableStatement</code> objects or for statements that return
572 * Creates a <code>CallableStatement</code> object that will generate
589 * @return a new <code>CallableStatement</code> object containing the
601 CallableStatement prepareCal
[all...]
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 35 milliseconds