パッケージ org.iplass.mtp.impl.rdb
クラス SqlExecuter<R>
java.lang.Object
org.iplass.mtp.impl.rdb.SqlExecuter<R>
-
フィールドの概要
フィールド修飾子とタイプフィールド説明(package private) Connection(package private) String(package private) List<PreparedStatement> (package private) RdbAdapter(package private) Statement -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidclose()execute(String connectionFactoryName, RdbAdapter rdb, boolean withResourceClose) execute(RdbAdapter rdb, boolean withResourceClose) static <R> Rexecute(RdbAdapter rdb, SqlExecuter<R> exec) getPreparedStatement(String sql, String[] columnNames) abstract Rlogic()void
-
フィールド詳細
-
rdb
RdbAdapter rdb -
con
Connection con -
stmt
Statement stmt -
pstmt
List<PreparedStatement> pstmt -
connectionFactoryName
String connectionFactoryName
-
-
コンストラクタの詳細
-
SqlExecuter
public SqlExecuter()
-
-
メソッドの詳細
-
getConnection
- 例外:
SQLException
-
getPreparedStatement
- 例外:
SQLException
-
getPreparedStatement
- 例外:
SQLException
-
getStatement
- 例外:
SQLException
-
execute
-
execute
-
statementClose
public void statementClose() -
close
public void close() -
logic
- 例外:
SQLException
-
execute
-