public class LDelete<T> extends QueryBase
queryData
LDelete(ClientExpressionDeletable<T> deletable, DbType dbType)
long
executeRows()
String
toSql()
LDelete<T>
where(io.github.kiryu1223.expressionTree.expressions.ExprTree<io.github.kiryu1223.expressionTree.delegate.Func1<T,Boolean>> expr)
where(io.github.kiryu1223.expressionTree.delegate.Func1<T,Boolean> func)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LDelete(ClientExpressionDeletable<T> deletable, DbType dbType)
public LDelete<T> where(io.github.kiryu1223.expressionTree.delegate.Func1<T,Boolean> func)
public LDelete<T> where(io.github.kiryu1223.expressionTree.expressions.ExprTree<io.github.kiryu1223.expressionTree.delegate.Func1<T,Boolean>> expr)
public String toSql()
public long executeRows()
Copyright © 2024. All rights reserved.