Package | Description |
---|---|
org.sqlite | |
org.sqlite.core |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedCommand.SQLExtension.execute(DB db) |
void |
ExtendedCommand.BackupCommand.execute(DB db) |
void |
ExtendedCommand.RestoreCommand.execute(DB db) |
Modifier and Type | Class and Description |
---|---|
class |
NativeDB
This class provides a thin JNI layer over the SQLite3 C API.
|
Modifier and Type | Field and Description |
---|---|
protected DB |
CoreStatement.db |
protected DB |
CoreConnection.db |
protected DB |
CoreResultSet.db |
Modifier and Type | Method and Description |
---|---|
DB |
CoreConnection.db() |
Copyright © 2019. All rights reserved.