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

/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java36 * <code>PreparedStatement</code> object. This object can then be used to
51 * PreparedStatement pstmt = con.prepareStatement("UPDATE EMPLOYEES
61 public interface PreparedStatement extends Statement { interface in inherits:Statement
64 * Executes the SQL query in this <code>PreparedStatement</code> object
70 * this method is called on a closed <code>PreparedStatement</code> or the SQL
80 * Executes the SQL statement in this <code>PreparedStatement</code> object,
88 * this method is called on a closed <code>PreparedStatement</code>
106 * this method is called on a closed <code>PreparedStatement</code>
127 * this method is called on a closed <code>PreparedStatement</code>
140 * this method is called on a closed <code>PreparedStatement</cod
[all...]

Completed in 77 milliseconds