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

/dalvik/libcore/sql/src/main/java/java/sql/
H A DConnection.java42 public interface Connection { interface
213 * Gets this {@code Connection} object's current catalog name.
263 * Returns the type mapping associated with this {@code Connection} object.
642 * Putting a Connection into auto-commit mode means that all associated SQL
681 * Sets the holdability of the {@code ResultSet}s created by this Connection.
702 * {@code true} to set the Connection to read only mode. {@code
730 * Sets the transaction isolation level for this Connection.

Completed in 240 milliseconds