public interface AutoPrepare extends RunPrepare
PROCEDURE_INPUT_PARAM_TYPE, PROCEDURE_INPUT_PARAM_VALUE, SQL_VAR_PLACEHOLDER_REGEX, SQL_VAR_PLACEHOLDER_REGEX_EXT, XML_SQL_ID_STYLE| 限定符和类型 | 方法和说明 |
|---|---|
RunPrepare |
addCondition(Compare.EMPTY_VALUE_SWITCH swt,
Compare compare,
String column,
Object value)
添加查询条件
|
RunPrepare |
addCondition(String condition)
添加静态文本查询条件
|
void |
createRunText(StringBuilder builder) |
String |
getDest() |
String |
getDistinct() |
RunPrepare |
init() |
RunPrepare |
setCatalog(Catalog catalog) |
RunPrepare |
setCatalog(String catalog) |
RunPrepare |
setDest(String table)
设置数据源
|
RunPrepare |
setSchema(Schema schema) |
RunPrepare |
setSchema(String schema) |
RunPrepare |
setTable(String table) |
RunPrepare |
setTable(Table table) |
addColumn, addColumn, addCondition, addCondition, addCondition, addFetchKey, addFetchKey, addPrimaryKey, addPrimaryKey, build, condition, condition, excludeColumn, filter, full, getAlias, getBatch, getCatalog, getCatalogName, getColumns, getConditionChain, getExcludes, getFetchKeys, getGroups, getHaving, getId, getJoins, getOrders, getPageNavi, getPrimaryKey, getPrimaryKeys, getRuntime, getSchema, getSchemaName, getSQLVariables, getTable, getTableName, getText, getUnions, getVersion, group, hasPrimaryKeys, having, inner, isMultiple, isStrict, isUnionAll, join, join, left, order, order, order, right, setAlias, setBatch, setConditionValue, setDest, setExcludeColumns, setExcludeColumns, setFetchKey, setFetchKey, setId, setMultiple, setOrders, setPageNavi, setPrimaryKey, setPrimaryKey, setQueryColumns, setQueryColumns, setRuntime, setStrict, setText, setUnionAll, union, union, union, union, unionAll, unionAllRunPrepare init()
RunPrepare setDest(String table)
setDest 在接口中 RunPreparetable - 表RunPrepare addCondition(Compare.EMPTY_VALUE_SWITCH swt, Compare compare, String column, Object value)
swt - 空值处理方式column - 列名value - 值compare - 比较方式RunPrepare addCondition(String condition)
condition - coditionvoid createRunText(StringBuilder builder)
String getDest()
getDest 在接口中 RunPrepareRunPrepare setCatalog(Catalog catalog)
RunPrepare setCatalog(String catalog)
setCatalog 在接口中 RunPrepareRunPrepare setSchema(Schema schema)
RunPrepare setSchema(String schema)
setSchema 在接口中 RunPrepareRunPrepare setTable(String table)
RunPrepare setTable(Table table)
String getDistinct()
Copyright © 2024. All rights reserved.