|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.sqlite.callback.Callback
org.sqlite.event.ProgressHandler
public abstract class ProgressHandler
Query Progress Callbacks class.
| コンストラクタの概要 | |
|---|---|
ProgressHandler(int opecodes)
default constructor. |
|
| メソッドの概要 | |
|---|---|
int |
getOpCodes()
|
protected abstract int |
xProgress()
Called from the sqlite3_exec(), sqlite3_step(), sqlite3_get_table() function. |
| クラス org.sqlite.callback.Callback から継承されたメソッド |
|---|
isRegistered |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ProgressHandler(int opecodes)
opecodes - the number of opcodes for progress callback| メソッドの詳細 |
|---|
public int getOpCodes()
protected abstract int xProgress()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||