クラス PreparedBulkInsertContext
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.bulk.PreparedBulkInsertContext
- すべての実装されたインタフェース:
BulkInsertContext
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidvoidclose()voidexecute()intvoidsetContext(String tableName, List<ColumnValue> columnValue, Connection con)
-
コンストラクタの詳細
-
PreparedBulkInsertContext
public PreparedBulkInsertContext()
-
-
メソッドの詳細
-
setContext
public void setContext(String tableName, List<ColumnValue> columnValue, Connection con) throws SQLException - 定義:
setContextインタフェース内BulkInsertContext- 例外:
SQLException
-
add
- 定義:
addインタフェース内BulkInsertContext- 例外:
SQLException
-
execute
- 定義:
executeインタフェース内BulkInsertContext- 例外:
SQLException
-
close
- 定義:
closeインタフェース内BulkInsertContext- 例外:
SQLException
-
getCurrentSize
public int getCurrentSize()- 定義:
getCurrentSizeインタフェース内BulkInsertContext
-