public class Where extends Object implements SqlType
Where()
Where(KV kv)
String
action()
Where
and(Clause<?> clause)
KV
getKv()
or(Clause<?>... clauses)
toSql()
List<String>
trimWhere()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Where()
public Where(KV kv)
public Where and(Clause<?> clause)
clause
public Where or(Clause<?>... clauses)
clauses
public KV getKv()
public List<String> trimWhere()
public String toSql()
toSql
SqlType
public String action()
action
Copyright © 2020. All rights reserved.