public abstract class Clause<T> extends Object
protected String
columnName
protected T
value
Clause(String columnName, T value)
abstract String
operation()
String
toSql(KV kv)
abstract T
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String columnName
protected T value
public Clause(String columnName, T value)
public abstract T value()
public abstract String operation()
public String toSql(KV kv)
Copyright © 2020. All rights reserved.