Uses of Interface
SQLite.BusyHandler
| Package | Description |
|---|---|
| SQLite | |
| SQLite.JDBC2z |
-
Uses of BusyHandler in SQLite
Methods in SQLite with parameters of type BusyHandler Modifier and Type Method Description voidDatabase. busy_handler(BusyHandler bh)Establish a busy callback method which gets called when an SQLite table is locked. -
Uses of BusyHandler in SQLite.JDBC2z
Classes in SQLite.JDBC2z that implement BusyHandler Modifier and Type Class Description classJDBCConnection