Uses of Class
org.sqlite.SQLiteConnection
-
Packages that use SQLiteConnection Package Description org.sqlite org.sqlite.core org.sqlite.javax org.sqlite.jdbc3 org.sqlite.jdbc4 -
-
Uses of SQLiteConnection in org.sqlite
Methods in org.sqlite that return SQLiteConnection Modifier and Type Method Description static SQLiteConnectionJDBC. createConnection(java.lang.String url, java.util.Properties prop)Creates a new database connection to a given URL.SQLiteConnectionSQLiteDataSource. getConnection(java.lang.String username, java.lang.String password) -
Uses of SQLiteConnection in org.sqlite.core
Fields in org.sqlite.core declared as SQLiteConnection Modifier and Type Field Description protected SQLiteConnectionCoreDatabaseMetaData. connSQLiteConnectionCoreStatement. connConstructors 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.javax
Fields in org.sqlite.javax declared as SQLiteConnection Modifier and Type Field Description protected SQLiteConnectionSQLitePooledConnection. physicalConnMethods in org.sqlite.javax that return SQLiteConnection Modifier and Type Method Description SQLiteConnectionSQLitePooledConnection. getPhysicalConn()Constructors in org.sqlite.javax with parameters of type SQLiteConnection Constructor Description SQLitePooledConnection(SQLiteConnection physicalConn)Constructor. -
Uses of SQLiteConnection in org.sqlite.jdbc3
Subclasses of SQLiteConnection in org.sqlite.jdbc3 Modifier and Type Class Description classJDBC3ConnectionConstructors 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
Subclasses of SQLiteConnection in org.sqlite.jdbc4 Modifier and Type Class Description classJDBC4ConnectionConstructors in org.sqlite.jdbc4 with parameters of type SQLiteConnection Constructor Description JDBC4DatabaseMetaData(SQLiteConnection conn)JDBC4PreparedStatement(SQLiteConnection conn, java.lang.String sql)JDBC4Statement(SQLiteConnection conn)
-