Uses of Interface
java.sql.Connection
| Package | Description |
|---|---|
| java.sql | |
| javax.sql | |
| SQLite | |
| SQLite.JDBC2z |
-
Uses of Connection in java.sql
Methods in java.sql that return Connection Modifier and Type Method Description ConnectionDriver. connect(String url, Properties info)Attempts to make a database connection to a data source specified by a supplied URL.ConnectionDatabaseMetaData. getConnection()Returns the database connection that created this metadata.static ConnectionDriverManager. getConnection(String url)Attempts to establish a connection to the given database URL.static ConnectionDriverManager. getConnection(String url, String user, String password)Attempts to establish a connection to the given database URL.static ConnectionDriverManager. getConnection(String url, Properties info)Attempts to establish a connection to the given database URL.ConnectionStatement. getConnection()Gets theConnectionobject which created this statement. -
Uses of Connection in javax.sql
Methods in javax.sql that return Connection Modifier and Type Method Description ConnectionDataSource. getConnection()Creates a connection to the database represented by thisDataSource.ConnectionDataSource. getConnection(String theUsername, String thePassword)Creates a connection to the database represented by thisDataSource, using the supplied user name and password.ConnectionPooledConnection. getConnection()Creates a connection to the database.ConnectionRowSetInternal. getConnection()Gets the connection associated with thisRowSetobject. -
Uses of Connection in SQLite
Fields in SQLite declared as Connection Modifier and Type Field Description protected ConnectionJDBCDriver. connMethods in SQLite that return Connection Modifier and Type Method Description ConnectionJDBCDriver. connect(String url, Properties info) -
Uses of Connection in SQLite.JDBC2z
Classes in SQLite.JDBC2z that implement Connection Modifier and Type Class Description classJDBCConnectionMethods in SQLite.JDBC2z that return Connection Modifier and Type Method Description ConnectionJDBCDatabaseMetaData. getConnection()ConnectionJDBCStatement. getConnection()