public class SqlCondition extends Object
SqlCondition(String column, Object param, WhereType type)
String
getColumn()
Object
getParam()
WhereType
getType()
void
setColumn(String column)
setParam(Object param)
setType(WhereType type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SqlCondition(String column, Object param, WhereType type)
public WhereType getType()
public void setType(WhereType type)
public String getColumn()
public void setColumn(String column)
public Object getParam()
public void setParam(Object param)
Copyright © 2023 lingkang. All rights reserved.