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)
clazz
public static Update from(String tableName)
tableName
public <T extends Eq> Update set(T eq)
eq
public Update set(NativeExp eq)
public Update where(Where where)
where
public KV getKv()
public String toSql()
toSql
SqlType
public String action()
action
Copyright © 2020. All rights reserved.