Uses of Class
org.sqlite.SQLiteConnection
Packages that use SQLiteConnection
-
Uses of SQLiteConnection in org.sqlite
Fields in org.sqlite declared as SQLiteConnectionModifier and TypeFieldDescriptionprivate SQLiteConnection
Collation.conn
private SQLiteConnection
Function.conn
Methods in org.sqlite that return SQLiteConnectionModifier and TypeMethodDescriptionstatic SQLiteConnection
JDBC.createConnection
(String url, Properties prop) Creates a new database connection to a given URL.SQLiteDataSource.getConnection
(String username, String password) -
Uses of SQLiteConnection in org.sqlite.core
Fields in org.sqlite.core declared as SQLiteConnectionModifier and TypeFieldDescriptionprotected SQLiteConnection
CoreDatabaseMetaData.conn
final SQLiteConnection
CoreStatement.conn
Constructors in org.sqlite.core with parameters of type SQLiteConnectionModifierConstructorDescriptionprotected
Constructor that applies the Connection object.protected
CorePreparedStatement
(SQLiteConnection conn, String sql) Constructs a prepared statement on a provided connection.protected
-
Uses of SQLiteConnection in org.sqlite.javax
Subclasses of SQLiteConnection in org.sqlite.javaxFields in org.sqlite.javax declared as SQLiteConnectionMethods in org.sqlite.javax that return SQLiteConnectionConstructors in org.sqlite.javax with parameters of type SQLiteConnectionModifierConstructorDescriptionprotected
SQLitePooledConnection
(SQLiteConnection physicalConn) Constructor. -
Uses of SQLiteConnection in org.sqlite.jdbc3
Subclasses of SQLiteConnection in org.sqlite.jdbc3Constructors in org.sqlite.jdbc3 with parameters of type SQLiteConnectionModifierConstructorDescriptionprotected
protected
JDBC3PreparedStatement
(SQLiteConnection conn, String sql) protected
-
Uses of SQLiteConnection in org.sqlite.jdbc4
Subclasses of SQLiteConnection in org.sqlite.jdbc4Constructors in org.sqlite.jdbc4 with parameters of type SQLiteConnection