クラス IndexBulkDeleteSql
java.lang.Object
org.iplass.mtp.impl.datastore.grdb.strategy.bulkupdate.sql.IndexBulkDeleteSql
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static voidaddValueForDeleteByOidVersion(BulkDeleteContext bdc, int tenantId, EntityHandler eh, IndexType type, String oid, Long version) static voidaddValueForDeleteByOidVersionColName(BulkDeleteContext bdc, int tenantId, MetaGRdbPropertyStore.GRdbPropertyStoreHandler colDef, String oid, Long version) static BulkDeleteContextdeleteByOidVersion(MetaGRdbPropertyStore.GRdbPropertyStoreHandler colDef, Connection con, RdbAdapter rdb) static BulkDeleteContextdeleteByOidVersionColName(MetaGRdbPropertyStore.GRdbPropertyStoreHandler colDef, Connection con, RdbAdapter rdb)
-
コンストラクタの詳細
-
IndexBulkDeleteSql
public IndexBulkDeleteSql()
-
-
メソッドの詳細
-
deleteByOidVersion
public static BulkDeleteContext deleteByOidVersion(MetaGRdbPropertyStore.GRdbPropertyStoreHandler colDef, Connection con, RdbAdapter rdb) throws SQLException - 例外:
SQLException
-
addValueForDeleteByOidVersion
public static void addValueForDeleteByOidVersion(BulkDeleteContext bdc, int tenantId, EntityHandler eh, IndexType type, String oid, Long version) throws SQLException - 例外:
SQLException
-
deleteByOidVersionColName
public static BulkDeleteContext deleteByOidVersionColName(MetaGRdbPropertyStore.GRdbPropertyStoreHandler colDef, Connection con, RdbAdapter rdb) throws SQLException - 例外:
SQLException
-
addValueForDeleteByOidVersionColName
public static void addValueForDeleteByOidVersionColName(BulkDeleteContext bdc, int tenantId, MetaGRdbPropertyStore.GRdbPropertyStoreHandler colDef, String oid, Long version) throws SQLException - 例外:
SQLException
-