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

/libcore/ojluni/src/main/java/java/sql/
H A DConnection.java143 * Creates a <code>CallableStatement</code> object for calling
145 * The <code>CallableStatement</code> object provides
153 * may wait until the <code>CallableStatement</code> object
158 * Result sets created using the returned <code>CallableStatement</code>
167 * @return a new default <code>CallableStatement</code> object containing the
172 CallableStatement prepareCall(String sql) throws SQLException;
205 * <li>For <code>CallableStatement</code> objects or for statements that return
573 * Creates a <code>CallableStatement</code> object that will generate
590 * @return a new <code>CallableStatement</code> object containing the
602 CallableStatement prepareCal
[all...]
H A DCallableStatement.java52 * A <code>CallableStatement</code> can return one {@link ResultSet} object or
66 public interface CallableStatement extends PreparedStatement { interface in inherits:PreparedStatement
93 * this method is called on a closed <code>CallableStatement</code>
127 * this method is called on a closed <code>CallableStatement</code>
149 * this method is called on a closed <code>CallableStatement</code>
171 * this method is called on a closed <code>CallableStatement</code>
187 * this method is called on a closed <code>CallableStatement</code>
202 * this method is called on a closed <code>CallableStatement</code>
217 * this method is called on a closed <code>CallableStatement</code>
232 * this method is called on a closed <code>CallableStatement</cod
[all...]
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldConnectionTest.java19 import java.sql.CallableStatement;
884 CallableStatement cstmt = null;
943 CallableStatement cstmt = null;
1056 CallableStatement cstmt = null;

Completed in 100 milliseconds