adapter, builder, catalog, conditionChain, configStore, delimiterFr, delimiterTo, from, groupStore, having, insertColumns, keys, log, orderStore, pageNavi, prepare, schema, service, strict, table, updateColumns, valid, values, variables| 构造器和说明 |
|---|
TableRun(JDBCAdapter adapter,
String table) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendCondition()
拼接查询条件
|
void |
appendGroup() |
void |
appendOrderStore() |
void |
checkValid() |
void |
init() |
Run |
setConditionValue(boolean required,
boolean strictRequired,
String condition,
String variable,
Object value,
Compare compare)
添加查询条件
|
Run |
setConditionValue(boolean required,
String condition,
String variable,
Object value,
Compare compare) |
void |
setConfigs(ConfigStore configs) |
addCondition, addCondition, addCondition, addCondition, addOrder, addOrders, 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, getVariable, getVariables, group, isSetValue, isSetValue, isStrict, isValid, order, setAdapter, setBuilder, setCatalog, setConditionChain, setConfigStore, setDelimiterFr, setDelimiterTo, setFrom, setGroupStore, setInsertColumns, setOrders, setOrderStore, setPageNavi, setPrepare, setSchema, setStrict, setTable, setUpdateColumns, setValues, setVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCondition, addCondition, addCondition, addCondition, addOrder, addOrders, 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, getVariable, group, isSetValue, isSetValue, isStrict, isValid, order, setAdapter, setBuilder, setConditionChain, setConfigStore, setFrom, setGroupStore, setInsertColumns, setOrders, setOrderStore, setPageNavi, setPrepare, setStrict, setUpdateColumnspublic TableRun(JDBCAdapter adapter, String table)
public void appendOrderStore()
public void appendGroup()
public void checkValid()
public void appendCondition()
public void setConfigs(ConfigStore configs)
public Run setConditionValue(boolean required, boolean strictRequired, String condition, String variable, Object value, Compare compare)
RunsetConditionValue 在接口中 RunsetConditionValue 在类中 BasicRunrequired - 是否必须strictRequired - 是否严格验证必须condition - 查询条件ID或表名variable - 列名|变量keyvalue - 值compare - 比较方式Copyright © 2023. All rights reserved.