public class Query extends Object
Query()
Query(String sql, List<Parameter> params)
List<Parameter>
getParams()
String
getSql()
void
setParams(List<Parameter> params)
setSql(String sql)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Query()
public Query(String sql, List<Parameter> params)
public String getSql()
public void setSql(String sql)
public List<Parameter> getParams()
public void setParams(List<Parameter> params)
Copyright © 2021 kubeclub. All rights reserved.