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

/libcore/luni/src/main/java/java/sql/
H A DPreparedStatement.java29 * An SQL Statement is put into a {@code PreparedStatement} and is precompiled
32 * Setter methods are supplied in the {@code PreparedStatement} interface for
36 public interface PreparedStatement extends Statement { interface in inherits:Statement
39 * Add a set of parameters to the {@code PreparedStatement}'s command batch.
60 * Executes the SQL statement in this {@code PreparedStatement}.
62 * A {@code PreparedStatement} may return multiple results. The execute
63 * method executes the {@code PreparedStatement} and returns a flag
78 * Executes the SQL query in the {@code PreparedStatement} and returns the
103 * ResultSet} that would be produced by execution of the {@code PreparedStatement}.
106 * executing the {@code PreparedStatement}, becaus
[all...]

Completed in 65 milliseconds