|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.crud.PreparedStatementExecutor
public class PreparedStatementExecutor
PreparedStatement
を利用するExecutable
。
コンストラクタの概要 | |
---|---|
PreparedStatementExecutor(javax.sql.DataSource dataSource)
コンストラクタ。 |
メソッドの概要 | |
---|---|
void |
execute(Expression expression,
Fetchable fetchable,
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> map)
データベースにアクセスする。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PreparedStatementExecutor(javax.sql.DataSource dataSource)
dataSource
- データソース。
java.lang.NullPointerException
- 引数のいずれかが null の場合。メソッドの詳細 |
---|
public void execute(Expression expression, Fetchable fetchable, java.util.Map<java.lang.String,java.util.List<java.lang.Object>> map)
Executable
の記述:
Executable
内の execute
expression
- 値を設定することが可能なクエリ。fetchable
- データベースから値などを取得するための委譲先。map
- クエリに設定する値のコレクション。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |