Uses of Class
org.sqlite.BusyHandler
-
Packages that use BusyHandler Package Description org.sqlite org.sqlite.core -
-
Uses of BusyHandler in org.sqlite
Methods in org.sqlite with parameters of type BusyHandler Modifier and Type Method Description static voidBusyHandler. setHandler(Connection conn, BusyHandler busyHandler)Sets a busy handler for the connection. -
Uses of BusyHandler in org.sqlite.core
Methods in org.sqlite.core with parameters of type BusyHandler Modifier and Type Method Description abstract voidDB. busy_handler(BusyHandler busyHandler)Sets a busy handler that sleeps for a specified amount of time when a table is locked.voidNativeDB. busy_handler(BusyHandler busyHandler)
-