Uses of Class
io.roastedroot.sqlite4j.SQLiteConnection
-
Packages that use SQLiteConnection Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core io.roastedroot.sqlite4j.javax io.roastedroot.sqlite4j.jdbc3 io.roastedroot.sqlite4j.jdbc4 -
-
Uses of SQLiteConnection in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j that return SQLiteConnection Modifier and Type Method Description static SQLiteConnectionJDBC. createConnection(String url, Properties prop)Creates a new database connection to a given URL.SQLiteConnectionSQLiteDataSource. getConnection(String username, String password) -
Uses of SQLiteConnection in io.roastedroot.sqlite4j.core
Fields in io.roastedroot.sqlite4j.core declared as SQLiteConnection Modifier and Type Field Description protected SQLiteConnectionCoreDatabaseMetaData. connSQLiteConnectionCoreStatement. connConstructors in io.roastedroot.sqlite4j.core with parameters of type SQLiteConnection Constructor Description CoreDatabaseMetaData(SQLiteConnection conn)Constructor that applies the Connection object.CorePreparedStatement(SQLiteConnection conn, String sql)Constructs a prepared statement on a provided connection.CoreStatement(SQLiteConnection c) -
Uses of SQLiteConnection in io.roastedroot.sqlite4j.javax
Fields in io.roastedroot.sqlite4j.javax declared as SQLiteConnection Modifier and Type Field Description protected SQLiteConnectionSQLitePooledConnection. physicalConnMethods in io.roastedroot.sqlite4j.javax that return SQLiteConnection Modifier and Type Method Description SQLiteConnectionSQLitePooledConnection. getPhysicalConn()Constructors in io.roastedroot.sqlite4j.javax with parameters of type SQLiteConnection Constructor Description SQLitePooledConnection(SQLiteConnection physicalConn)Constructor. -
Uses of SQLiteConnection in io.roastedroot.sqlite4j.jdbc3
Subclasses of SQLiteConnection in io.roastedroot.sqlite4j.jdbc3 Modifier and Type Class Description classJDBC3ConnectionConstructors in io.roastedroot.sqlite4j.jdbc3 with parameters of type SQLiteConnection Constructor Description JDBC3DatabaseMetaData(SQLiteConnection conn)JDBC3PreparedStatement(SQLiteConnection conn, String sql)JDBC3Statement(SQLiteConnection conn) -
Uses of SQLiteConnection in io.roastedroot.sqlite4j.jdbc4
Subclasses of SQLiteConnection in io.roastedroot.sqlite4j.jdbc4 Modifier and Type Class Description classJDBC4ConnectionConstructors in io.roastedroot.sqlite4j.jdbc4 with parameters of type SQLiteConnection Constructor Description JDBC4DatabaseMetaData(SQLiteConnection conn)JDBC4PreparedStatement(SQLiteConnection conn, String sql)JDBC4Statement(SQLiteConnection conn)
-