Uses of Class
org.sqlite.SQLiteConnection
-
Packages that use SQLiteConnection Package Description org.sqlite org.sqlite.core org.sqlite.jdbc3 org.sqlite.jdbc4 -
-
Uses of SQLiteConnection in org.sqlite
Fields in org.sqlite declared as SQLiteConnection Modifier and Type Field Description private SQLiteConnection
Function. conn
-
Uses of SQLiteConnection in org.sqlite.core
Fields in org.sqlite.core declared as SQLiteConnection Modifier and Type Field Description protected SQLiteConnection
CoreDatabaseMetaData. conn
SQLiteConnection
CoreStatement. conn
(package private) SQLiteConnection
DB. conn
The JDBC Connection that 'owns' this database instance.Methods in org.sqlite.core with parameters of type SQLiteConnection Modifier and Type Method Description void
DB. open(SQLiteConnection conn, java.lang.String file, int openFlags)
Creates an SQLite interface to a database for the given connection.Constructors in org.sqlite.core with parameters of type SQLiteConnection Constructor Description CoreDatabaseMetaData(SQLiteConnection conn)
Constructor that applies the Connection object.CorePreparedStatement(SQLiteConnection conn, java.lang.String sql)
Constructs a prepared statement on a provided connection.CoreStatement(SQLiteConnection c)
-
Uses of SQLiteConnection in org.sqlite.jdbc3
Constructors in org.sqlite.jdbc3 with parameters of type SQLiteConnection Constructor Description JDBC3DatabaseMetaData(SQLiteConnection conn)
JDBC3PreparedStatement(SQLiteConnection conn, java.lang.String sql)
JDBC3Statement(SQLiteConnection conn)
-
Uses of SQLiteConnection in org.sqlite.jdbc4
Constructors in org.sqlite.jdbc4 with parameters of type SQLiteConnection Constructor Description JDBC4DatabaseMetaData(SQLiteConnection conn)
JDBC4PreparedStatement(SQLiteConnection conn, java.lang.String sql)
JDBC4Statement(SQLiteConnection conn)
-