类 DeleteCommandImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.DeleteCommandImpl
- 所有已实现的接口:
Executable<DeleteResult>,DeleteCommand
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.mutation.DeleteCommand
DeleteCommand.Cfg -
构造器概要
构造器构造器说明DeleteCommandImpl(DeleteCommandImpl base, org.babyfish.jimmer.sql.ast.impl.mutation.DeleteCommandImpl.Data data) DeleteCommandImpl(JSqlClient sqlClient, Connection con, org.babyfish.jimmer.meta.ImmutableType immutableType, Collection<?> ids, DeleteMode mode) -
方法概要
修饰符和类型方法说明configure(Consumer<DeleteCommand.Cfg> block) execute()Executed on a JDBC connection determined by jimmer-sql.execute(Connection con) Execute on the specified JDBC connection.
-
构造器详细资料
-
DeleteCommandImpl
public DeleteCommandImpl(JSqlClient sqlClient, Connection con, org.babyfish.jimmer.meta.ImmutableType immutableType, Collection<?> ids, DeleteMode mode) -
DeleteCommandImpl
public DeleteCommandImpl(DeleteCommandImpl base, org.babyfish.jimmer.sql.ast.impl.mutation.DeleteCommandImpl.Data data)
-
-
方法详细资料
-
configure
- 指定者:
configure在接口中DeleteCommand
-
execute
从接口复制的说明:ExecutableExecuted on a JDBC connection determined by jimmer-sql.- 指定者:
execute在接口中Executable<DeleteResult>- 返回:
- Execution result
-
execute
从接口复制的说明:ExecutableExecute on the specified JDBC connection.- 指定者:
execute在接口中Executable<DeleteResult>- 返回:
- Execution result
-