public class Update extends Object implements SqlType
String
action()
static Update
from(Class<?> clazz)
from(String tableName)
KV
getKv()
Update
set(NativeExp eq)
<T extends Eq>Update
set(T eq)
toSql()
where(Where where)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Update from(Class<?> clazz)
public static Update from(String tableName)
public <T extends Eq> Update set(T eq)
public Update set(NativeExp eq)
public Update where(Where where)
public KV getKv()
public String toSql()
SqlType
toSql
public String action()
action
Copyright © 2020. All rights reserved.