| 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.getDatabase() |
| Modifier and Type | Method and Description |
|---|---|
int |
SafeStmtPtr.SafePtrIntFunction.run(DB db,
long ptr) |
long |
SafeStmtPtr.SafePtrLongFunction.run(DB db,
long ptr) |
double |
SafeStmtPtr.SafePtrDoubleFunction.run(DB db,
long ptr) |
T |
SafeStmtPtr.SafePtrFunction.run(DB db,
long ptr) |
void |
SafeStmtPtr.SafePtrConsumer.run(DB db,
long ptr) |
| Constructor and Description |
|---|
SafeStmtPtr(DB db,
long ptr)
Construct a new Safe Pointer Wrapper to ensure a pointer is properly handled
|
Copyright © 2022. All rights reserved.