|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Fetchable
Statement
に対する取得処理が可能であることを表す。
メソッドの概要 | |
---|---|
void |
fetch(java.sql.Statement statement)
Executable.execute(Expression, Fetchable, Map) から呼び出される(called)。 |
メソッドの詳細 |
---|
void fetch(java.sql.Statement statement)
Executable.execute(Expression, Fetchable, Map)
から呼び出される(called)。
実装ではStatement
に対する取得処理をおこなう。
statement
- Statement
。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |