Class MysqlUniqueIndexDeleteOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>
java.lang.Object
io.datarouter.client.mysql.op.BaseMysqlOp<java.lang.Long>
io.datarouter.client.mysql.op.write.BaseMysqlDeleteOp<PK,D,F,io.datarouter.model.key.unique.UniqueKey<PK>>
io.datarouter.client.mysql.op.write.MysqlUniqueIndexDeleteOp<PK,D,F>
public class MysqlUniqueIndexDeleteOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>> extends BaseMysqlDeleteOp<PK,D,F,io.datarouter.model.key.unique.UniqueKey<PK>>
-
Constructor Summary
Constructors Constructor Description MysqlUniqueIndexDeleteOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<? extends io.datarouter.model.key.unique.UniqueKey<PK>> keys, io.datarouter.storage.config.Config config, java.lang.String opName) -
Method Summary
Methods inherited from class io.datarouter.client.mysql.op.BaseMysqlOp
getClientId, getConnection, getIsolation, isAutoCommit
-
Constructor Details
-
MysqlUniqueIndexDeleteOp
public MysqlUniqueIndexDeleteOp(io.datarouter.storage.Datarouter datarouter, io.datarouter.storage.serialize.fieldcache.PhysicalDatabeanFieldInfo<PK,D,F> databeanFieldInfo, MysqlSqlFactory mysqlSqlFactory, MysqlClientType mysqlClientType, java.util.Collection<? extends io.datarouter.model.key.unique.UniqueKey<PK>> keys, io.datarouter.storage.config.Config config, java.lang.String opName)
-