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

/libcore/luni/src/main/java/java/sql/
H A DStatement.java23 * {@code Statement} object, only one {@code ResultSet} can be opened at one
24 * time. A call to any of the execution methods of {@code Statement} will cause
25 * any previously created {@code ResultSet} object for that {@code Statement} to
29 * {@code Statement} objects must be created and then executed.
37 public interface Statement extends Wrapper, AutoCloseable { interface in inherits:Wrapper,AutoCloseable
81 * Statement}.
169 * Statement.NO_GENERATED_KEYS} or {@code
170 * Statement.RETURN_GENERATED_KEYS}.
300 * Statement.RETURN_GENERATED_KEYS} or {@code
301 * Statement
[all...]

Completed in 55 milliseconds