クラス ReferenceBulkInsertSql
java.lang.Object
org.iplass.mtp.impl.datastore.grdb.strategy.bulkupdate.sql.ReferenceBulkInsertSql
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static voidaddValueForInsert(BulkInsertContext bic, int tenantId, EntityHandler eh, String propId, String oid, Long version, String targetObjDefId, String targetObjId, Long targetObjVersion) static BulkInsertContextinsert(EntityHandler eh, Connection con, RdbAdapter rdb)
-
コンストラクタの詳細
-
ReferenceBulkInsertSql
public ReferenceBulkInsertSql()
-
-
メソッドの詳細
-
insert
public static BulkInsertContext insert(EntityHandler eh, Connection con, RdbAdapter rdb) throws SQLException - 例外:
SQLException
-
addValueForInsert
public static void addValueForInsert(BulkInsertContext bic, int tenantId, EntityHandler eh, String propId, String oid, Long version, String targetObjDefId, String targetObjId, Long targetObjVersion) throws SQLException - 例外:
SQLException
-