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

/libcore/luni/src/main/java/java/sql/
H A DConnection.java43 public interface Connection extends Wrapper, AutoCloseable { interface in inherits:Wrapper,AutoCloseable
214 * Gets this {@code Connection} object's current catalog name.
264 * Returns the type mapping associated with this {@code Connection} object.
643 * Putting a Connection into auto-commit mode means that all associated SQL
682 * Sets the holdability of the {@code ResultSet}s created by this Connection.
703 * {@code true} to set the Connection to read only mode. {@code
731 * Sets the transaction isolation level for this Connection.

Completed in 59 milliseconds