public abstract class DefaultPrepare extends Object implements RunPrepare
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
alias |
protected ConditionChain |
chain |
protected List<String> |
fetchKeys |
protected GroupStore |
groups |
protected static org.slf4j.Logger |
log |
protected PageNavi |
navi |
protected OrderStore |
orders |
protected List<String> |
primaryKeys |
protected Vector<Object> |
runValues |
protected boolean |
valid |
PROCEDURE_INPUT_PARAM_TYPE, PROCEDURE_INPUT_PARAM_VALUE, SQL_PARAM_VAIRABLE_REGEX, SQL_PARAM_VAIRABLE_REGEX_EL, XML_SQL_ID_STYLE| 构造器和说明 |
|---|
DefaultPrepare() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumns, getDataSource, getSchema, getSQLVariables, getTable, getText, isStrict, setDataSource, setStrictprotected static final org.slf4j.Logger log
protected ConditionChain chain
protected OrderStore orders
protected GroupStore groups
protected PageNavi navi
protected boolean valid
protected String alias
public int getVersion()
getVersion 在接口中 RunPrepareprotected void initRunValues()
public RunPrepare order(Order order)
order 在接口中 RunPrepareorder - orderpublic RunPrepare order(String order)
RunPrepareorder 在接口中 RunPrepareorder - orderpublic RunPrepare order(String col, Order.TYPE type)
order 在接口中 RunPreparepublic RunPrepare group(String group)
group 在接口中 RunPreparegroup - groupprotected RunPrepare addRunValue(Object runValue)
runValue - runValuepublic RunPrepare setConditionChain(ConditionChain chain)
public RunPrepare addCondition(Condition condition)
addCondition 在接口中 RunPreparepublic RunPrepare setConditionValue(String condition, String variable, Object value)
setConditionValue 在接口中 RunPreparecondition - 条件IDvariable - 变量keyvalue - 值public RunPrepare addCondition(String column, Object value, int compare)
addCondition 在接口中 RunPreparecolumn - 列名value - 值compare - 比较方式public RunPrepare setText(String text)
RunPreparesetText 在接口中 RunPreparetext - textpublic void setPageNavi(PageNavi navi)
setPageNavi 在接口中 RunPreparepublic PageNavi getPageNavi()
getPageNavi 在接口中 RunPreparepublic GroupStore getGroups()
getGroups 在接口中 RunPreparepublic OrderStore getOrders()
getOrders 在接口中 RunPreparepublic void setOrders(OrderStore orders)
setOrders 在接口中 RunPreparepublic ConditionChain getConditionChain()
getConditionChain 在接口中 RunPreparepublic RunPrepare addPrimaryKey(String... primaryKeys)
addPrimaryKey 在接口中 RunPreparepublic RunPrepare addPrimaryKey(Collection<String> primaryKeys)
addPrimaryKey 在接口中 RunPreparepublic RunPrepare setPrimaryKey(String... primaryKeys)
setPrimaryKey 在接口中 RunPrepareprimaryKeys - primaryKeyspublic RunPrepare setPrimaryKey(Collection<String> primaryKeys)
setPrimaryKey 在接口中 RunPreparepublic List<String> getPrimaryKeys()
getPrimaryKeys 在接口中 RunPreparepublic String getPrimaryKey()
getPrimaryKey 在接口中 RunPreparepublic boolean hasPrimaryKeys()
hasPrimaryKeys 在接口中 RunPreparepublic RunPrepare addFetchKey(String... fetchKeys)
addFetchKey 在接口中 RunPreparepublic RunPrepare addFetchKey(Collection<String> fetchKeys)
addFetchKey 在接口中 RunPreparepublic RunPrepare setFetchKey(String... fetchKeys)
setFetchKey 在接口中 RunPreparepublic RunPrepare setFetchKey(Collection<String> fetchKeys)
setFetchKey 在接口中 RunPreparepublic List<String> getFetchKeys()
getFetchKeys 在接口中 RunPreparepublic boolean isValid()
isValid 在接口中 RunPreparepublic void setValid(boolean valid)
public RunPrepare join(Join join)
join 在接口中 RunPreparepublic RunPrepare join(Join.TYPE type, String table, String condition)
join 在接口中 RunPreparepublic RunPrepare inner(String table, String condition)
inner 在接口中 RunPreparepublic RunPrepare left(String table, String condition)
left 在接口中 RunPreparepublic RunPrepare right(String table, String condition)
right 在接口中 RunPreparepublic RunPrepare full(String table, String condition)
full 在接口中 RunPreparepublic List<Join> getJoins()
getJoins 在接口中 RunPreparepublic String getAlias()
getAlias 在接口中 RunPreparepublic void setAlias(String alias)
setAlias 在接口中 RunPrepareCopyright © 2022. All rights reserved.