| Package | Description |
|---|---|
| org.sqlite | |
| org.sqlite.core |
| Modifier and Type | Method and Description |
|---|---|
DB |
SQLiteConnection.getDatabase() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedCommand.SQLExtension.execute(DB db) |
void |
ExtendedCommand.BackupCommand.execute(DB db) |
void |
ExtendedCommand.RestoreCommand.execute(DB db) |
| Constructor and Description |
|---|
SQLiteConnection(DB db)
Connection constructor for reusing an existing DB handle
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeDB
This class provides a thin JNI layer over the SQLite3 C API.
|
| Modifier and Type | Method and Description |
|---|---|
protected DB |
CoreResultSet.getDatabase() |
DB |
CoreStatement.getDatbase() |
Copyright © 2020. All rights reserved.