类 DeleteCommandImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.DeleteCommandImpl
- 所有已实现的接口:
Executable<DeleteResult>,DeleteCommand
-
构造器概要
构造器构造器说明DeleteCommandImpl(JSqlClientImplementor sqlClient, Connection con, org.babyfish.jimmer.meta.ImmutableType type, Collection<?> ids) -
方法概要
修饰符和类型方法说明execute(Connection con) Execute on the specified JDBC connection.setDissociateAction(org.babyfish.jimmer.meta.ImmutableProp prop, org.babyfish.jimmer.sql.DissociateAction dissociateAction) setMode(DeleteMode mode) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.ast.mutation.DeleteCommand
setDissociateAction从接口继承的方法 org.babyfish.jimmer.sql.ast.Executable
execute
-
构造器详细资料
-
DeleteCommandImpl
public DeleteCommandImpl(JSqlClientImplementor sqlClient, Connection con, org.babyfish.jimmer.meta.ImmutableType type, Collection<?> ids)
-
-
方法详细资料
-
execute
从接口复制的说明:ExecutableExecute on the specified JDBC connection.- 指定者:
execute在接口中Executable<DeleteResult>- 返回:
- Execution result
-
setMode
- 指定者:
setMode在接口中DeleteCommand
-
setDissociateAction
public DeleteCommand setDissociateAction(org.babyfish.jimmer.meta.ImmutableProp prop, org.babyfish.jimmer.sql.DissociateAction dissociateAction) - 指定者:
setDissociateAction在接口中DeleteCommand
-