|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlite.callback.Callback
org.sqlite.event.BusyHandler
public abstract class BusyHandler
SQLITE_BUSY Error Handler class.
JdbcConnection.setBusyHandler(BusyHandler)
,
JdbcConnection.clearBusyHandler()
Constructor Summary | |
---|---|
BusyHandler()
|
Method Summary | |
---|---|
protected abstract int |
xBusy(int count)
Called from the sqlite3_step() function. |
Methods inherited from class org.sqlite.callback.Callback |
---|
isRegistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusyHandler()
Method Detail |
---|
protected abstract int xBusy(int count)
count
- the number of times that the busy handler has been invoked for this locking event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |