类 MutableDeleteImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.AbstractMutableStatementImpl
org.babyfish.jimmer.sql.ast.impl.mutation.MutableDeleteImpl
- 所有已实现的接口:
Executable<Integer>,FilterableImplementor,MutableDelete,Filterable,SubQueryProvider
-
构造器概要
构造器构造器说明MutableDeleteImpl(JSqlClient sqlClient, org.babyfish.jimmer.meta.ImmutableType immutableType) MutableDeleteImpl(JSqlClient sqlClient, TableProxy<?> table) -
方法概要
修饰符和类型方法说明execute()Executed on a JDBC connection determined by jimmer-sql.execute(Connection con) Execute on the specified JDBC connection.<T extends Table<?>>
TgetTable()从类继承的方法 org.babyfish.jimmer.sql.ast.impl.AbstractMutableStatementImpl
createAssociationSubQuery, createSubQuery, freeze, getPredicate, getPurpose, getSqlClient, isSubQueryDisabled, mergePredicates, onFrozen, validateMutable从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.ast.impl.query.FilterableImplementor
createAssociationSubQuery, createAssociationWildSubQuery, createSubQuery, createWildSubQuery从接口继承的方法 org.babyfish.jimmer.sql.ast.mutation.MutableDelete
whereIf, whereIf
-
构造器详细资料
-
MutableDeleteImpl
public MutableDeleteImpl(JSqlClient sqlClient, org.babyfish.jimmer.meta.ImmutableType immutableType) -
MutableDeleteImpl
-
-
方法详细资料
-
getTable
- 覆盖:
getTable在类中AbstractMutableStatementImpl
-
getTableImplementor
-
getParent
- 指定者:
getParent在类中AbstractMutableStatementImpl
-
getContext
- 指定者:
getContext在类中AbstractMutableStatementImpl
-
where
- 指定者:
where在接口中Filterable- 指定者:
where在接口中MutableDelete- 覆盖:
where在类中AbstractMutableStatementImpl
-
execute
从接口复制的说明:ExecutableExecuted on a JDBC connection determined by jimmer-sql.- 指定者:
execute在接口中Executable<Integer>- 返回:
- Execution result
-
execute
从接口复制的说明:ExecutableExecute on the specified JDBC connection.- 指定者:
execute在接口中Executable<Integer>- 返回:
- Execution result
-