Uses of Class
org.sqlite.SQLiteConnection
Packages that use SQLiteConnection
-
Uses of SQLiteConnection in org.sqlite
Methods in org.sqlite that return SQLiteConnectionModifier and TypeMethodDescriptionstatic SQLiteConnectionJDBC.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 SQLiteConnectionCoreDatabaseMetaData.connfinal SQLiteConnectionCoreStatement.connConstructors in org.sqlite.core with parameters of type SQLiteConnectionModifierConstructorDescriptionprotectedConstructor that applies the Connection object.protectedCorePreparedStatement(SQLiteConnection conn, String sql) Constructs a prepared statement on a provided connection.protected -
Uses of SQLiteConnection in org.sqlite.javax
Fields in org.sqlite.javax declared as SQLiteConnectionMethods in org.sqlite.javax that return SQLiteConnectionConstructors in org.sqlite.javax with parameters of type SQLiteConnectionModifierConstructorDescriptionprotectedSQLitePooledConnection(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 SQLiteConnectionModifierConstructorDescriptionprotectedprotectedJDBC3PreparedStatement(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