| Package | Description |
|---|---|
| org.sqlite | |
| org.sqlite.core | |
| org.sqlite.javax | |
| org.sqlite.jdbc3 | |
| org.sqlite.jdbc4 |
| Modifier and Type | Method and Description |
|---|---|
static SQLiteConnection |
JDBC.createConnection(String url,
Properties prop)
Creates a new database connection to a given URL.
|
SQLiteConnection |
SQLiteDataSource.getConnection(String username,
String password) |
| Modifier and Type | Field and Description |
|---|---|
protected SQLiteConnection |
CoreDatabaseMetaData.conn |
SQLiteConnection |
CoreStatement.conn |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected SQLiteConnection |
SQLitePooledConnection.physicalConn |
| Modifier and Type | Method and Description |
|---|---|
SQLiteConnection |
SQLitePooledConnection.getPhysicalConn() |
| Constructor and Description |
|---|
SQLitePooledConnection(SQLiteConnection physicalConn)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBC3Connection |
| Constructor and Description |
|---|
JDBC3DatabaseMetaData(SQLiteConnection conn) |
JDBC3PreparedStatement(SQLiteConnection conn,
String sql) |
JDBC3Statement(SQLiteConnection conn) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBC4Connection |
| Constructor and Description |
|---|
JDBC4DatabaseMetaData(SQLiteConnection conn) |
JDBC4PreparedStatement(SQLiteConnection conn,
String sql) |
JDBC4Statement(SQLiteConnection conn) |
Copyright © 2021. All rights reserved.