adapter, builder, catalog, conditionChain, configStore, delimiterFr, delimiterTo, from, groupStore, having, insertColumns, keys, log, orderStore, pageNavi, prepare, schema, strict, table, updateColumns, valid, values, variables| 构造器和说明 |
|---|
TextRun() |
| 限定符和类型 | 方法和说明 |
|---|---|
Run |
addCondition(Compare.EMPTY_VALUE_SWITCH swt,
Compare compare,
String prefix,
String var,
Object value)
添加查询条件
|
Run |
addCondition(String condition,
String variable,
Object value)
添加静态文本查询条件
|
Run |
addOrder(Order order) |
Run |
addOrders(OrderStore orderStore) |
TextRun |
addValues(String key,
Object obj)
添加参数值
|
void |
appendCondition()
拼接查询条件
|
void |
appendGroup() |
void |
checkValid() |
Variable |
getVariable(String key) |
List<Variable> |
getVariables(String key) |
void |
init() |
Run |
setConditionValue(Compare.EMPTY_VALUE_SWITCH swt,
Compare compare,
String condition,
String variable,
Object value)
添加查询条件
|
void |
setConfigs(ConfigStore configs) |
Run |
setPrepare(RunPrepare prepare) |
addCondition, addCondition, addValues, addValues, addValues, addVariable, endWithWhere, getAdapter, getBaseQuery, getBuilder, getCatalog, getCondition, getConditionChain, getConditions, getConfigStore, getDataSource, getDelimiterFr, getDelimiterTo, getFinalDelete, getFinalExecute, getFinalExists, getFinalInsert, getFinalQuery, getFinalUpdate, getFrom, getGroupStore, getInsertColumns, getOrderStore, getPageNavi, getPrepare, getQueryColumns, getRunValues, getSchema, getTable, getTotalQuery, getUpdateColumns, getValues, getVariables, group, isSetValue, isSetValue, isStrict, isValid, order, setAdapter, setBuilder, setCatalog, setConditionChain, setConfigStore, setDelimiterFr, setDelimiterTo, setFrom, setGroupStore, setInsertColumns, setOrders, setOrderStore, setPageNavi, setSchema, setStrict, setTable, setUpdateColumns, setValues, setVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCondition, addCondition, addValues, getBaseQuery, getBuilder, getCatalog, getCondition, getConditionChain, getConditions, getConfigStore, getDataSource, getFinalDelete, getFinalExecute, getFinalExists, getFinalInsert, getFinalQuery, getFinalUpdate, getFrom, getGroupStore, getInsertColumns, getOrderStore, getPageNavi, getPrepare, getQueryColumns, getRunValues, getSchema, getTable, getTotalQuery, getUpdateColumns, getValues, group, isSetValue, isSetValue, isStrict, isValid, order, setAdapter, setBuilder, setConditionChain, setConfigStore, setFrom, setGroupStore, setInsertColumns, setOrders, setOrderStore, setPageNavi, setStrict, setUpdateColumnspublic Run setPrepare(RunPrepare prepare)
setPrepare 在接口中 RunsetPrepare 在类中 BasicRunpublic void checkValid()
public void appendGroup()
public void appendCondition()
public void setConfigs(ConfigStore configs)
public Run setConditionValue(Compare.EMPTY_VALUE_SWITCH swt, Compare compare, String condition, String variable, Object value)
RunsetConditionValue 在接口中 RunsetConditionValue 在类中 BasicRunswt - 遇到空值处理方式compare - 比较方式condition - 查询条件ID或表名variable - 列名|变量keyvalue - 值public TextRun addValues(String key, Object obj)
key - keyobj - objpublic Run addOrders(OrderStore orderStore)
public Run addCondition(String condition, String variable, Object value)
condition - conditionvariable - variablevalue - valuepublic Run addCondition(Compare.EMPTY_VALUE_SWITCH swt, Compare compare, String prefix, String var, Object value)
addCondition 在接口中 RunaddCondition 在类中 BasicRunswt - 空值处理方式prefix - 表名var - 列名value - 值compare - 比较方式public Variable getVariable(String key)
getVariable 在接口中 RungetVariable 在类中 BasicRunCopyright © 2023. All rights reserved.