Package | Description |
---|---|
org.sqlite.core | |
org.sqlite.jdbc3 | |
org.sqlite.jdbc4 |
Modifier and Type | Field and Description |
---|---|
SQLiteConnection |
CoreStatement.conn |
protected SQLiteConnection |
CoreDatabaseMetaData.conn |
Modifier and Type | Method and Description |
---|---|
void |
DB.open(SQLiteConnection conn,
String file,
int openFlags)
Creates an SQLite interface to a database for the given connection.
|
Constructor and 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) |
Constructor and Description |
---|
JDBC3DatabaseMetaData(SQLiteConnection conn) |
JDBC3PreparedStatement(SQLiteConnection conn,
String sql) |
JDBC3Statement(SQLiteConnection conn) |
Constructor and Description |
---|
JDBC4DatabaseMetaData(SQLiteConnection conn) |
JDBC4PreparedStatement(SQLiteConnection conn,
String sql) |
JDBC4Statement(SQLiteConnection conn) |
Copyright © 2015. All rights reserved.