| Package | Description |
|---|---|
| org.sqlite | |
| org.sqlite.core |
| Modifier and Type | Method and Description |
|---|---|
static void |
BusyHandler.setHandler(Connection conn,
BusyHandler busyHandler)
Sets a busy handler for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DB.busy_handler(BusyHandler busyHandler)
Sets a busy handler that sleeps
for a specified amount of time when a table is locked.
|
void |
NativeDB.busy_handler(BusyHandler busyHandler) |
Copyright © 2019. All rights reserved.