|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.sqlite.callback.Callback
org.sqlite.event.BusyHandler
public abstract class BusyHandler
SQLITE_BUSY Error Handler class.
JdbcConnection.setBusyHandler(BusyHandler)
,
JdbcConnection.clearBusyHandler()
コンストラクタの概要 | |
---|---|
BusyHandler()
|
メソッドの概要 | |
---|---|
protected abstract int |
xBusy(int count)
Called from the sqlite3_step() function. |
クラス org.sqlite.callback.Callback から継承されたメソッド |
---|
isRegistered |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BusyHandler()
メソッドの詳細 |
---|
protected abstract int xBusy(int count)
count
- the number of times that the busy handler has been invoked for this locking event.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |