インタフェース BulkInsertContext
- 既知の実装クラスのリスト:
PreparedBulkInsertContext
public interface BulkInsertContext
-
メソッドの概要
修飾子とタイプメソッド説明voidvoidclose()voidexecute()intvoidsetContext(String tableName, List<ColumnValue> columnValue, Connection con)
-
メソッドの詳細
-
setContext
void setContext(String tableName, List<ColumnValue> columnValue, Connection con) throws SQLException - 例外:
SQLException
-
add
- 例外:
SQLException
-
execute
- 例外:
SQLException
-
close
- 例外:
SQLException
-
getCurrentSize
int getCurrentSize()
-