Uses of Class
org.sqlite.BusyHandler
Packages that use BusyHandler
-
Uses of BusyHandler in org.sqlite
Methods in org.sqlite with parameters of type BusyHandlerModifier and TypeMethodDescriptionstatic final 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 BusyHandlerModifier and TypeMethodDescriptionabstract 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)