public class DefaultTablePrepare extends DefaultAutoPrepare implements TablePrepare
alias, catalog, datasoruce, distinct, joins, schema, tablebatch, chain, columns, condition, excludes, fetchKeys, groups, having, id, log, multiple, navi, orders, primaryKeys, runtime, runValues, strict, swt, unionAll, unions, validPROCEDURE_INPUT_PARAM_TYPE, PROCEDURE_INPUT_PARAM_VALUE, SQL_VAR_PLACEHOLDER_REGEX, SQL_VAR_PLACEHOLDER_REGEX_EXT, XML_SQL_ID_STYLE| 构造器和说明 |
|---|
DefaultTablePrepare() |
DefaultTablePrepare(String table) |
DefaultTablePrepare(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
Run |
build(DataRuntime runtime) |
RunPrepare |
full(String table,
String condition) |
RunPrepare |
full(Table table,
String condition) |
String |
getDistinct() |
RunPrepare |
inner(String table,
String condition) |
RunPrepare |
inner(Table table,
String condition) |
RunPrepare |
join(Join.TYPE type,
String table,
String condition) |
RunPrepare |
join(Join.TYPE type,
Table table,
String condition) |
RunPrepare |
join(Join join) |
RunPrepare |
left(String table,
String condition) |
RunPrepare |
left(Table table,
String condition) |
RunPrepare |
right(String table,
String condition) |
RunPrepare |
right(Table table,
String condition) |
RunPrepare |
setTable(String table) |
addColumn, addColumn, addCondition, addCondition, createRunText, excludeColumn, getAlias, getCatalog, getCatalogName, getConditionChain, getDest, getJoins, getSchema, getSchemaName, getSQLVariables, getTable, getTableName, getText, init, order, parseMultiColumns, parseTable, setAlias, setCatalog, setCatalog, setDest, setDest, setSchema, setSchema, setTableaddCondition, addCondition, addCondition, addFetchKey, addFetchKey, addPrimaryKey, addPrimaryKey, addRunValue, condition, condition, getBatch, getColumns, getExcludes, getFetchKeys, getGroups, getHaving, getId, getOrders, getOrderText, getPageNavi, getPrimaryKey, getPrimaryKeys, getRuntime, getRunValues, getUnions, getVersion, group, hasPrimaryKeys, having, initRunValues, isMultiple, isStrict, isUnionAll, order, order, setBatch, setConditionChain, setConditionValue, setExcludeColumns, setExcludeColumns, setFetchKey, setFetchKey, setId, setMultiple, setOrders, setPageNavi, setPrimaryKey, setPrimaryKey, setQueryColumns, setQueryColumns, setRuntime, setStrict, setText, setUnionAll, union, union, union, unionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCondition, addCondition, createRunText, getDest, init, setCatalog, setCatalog, setDest, setSchema, setSchema, setTableaddColumn, addColumn, addCondition, addCondition, addCondition, addFetchKey, addFetchKey, addPrimaryKey, addPrimaryKey, condition, condition, excludeColumn, filter, 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, isMultiple, isStrict, isUnionAll, order, order, order, 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, unionAllpublic DefaultTablePrepare()
public DefaultTablePrepare(String table)
public DefaultTablePrepare(Table table)
public RunPrepare setTable(String table)
setTable 在接口中 AutoPreparesetTable 在类中 DefaultAutoPreparepublic String getDistinct()
getDistinct 在接口中 AutoPreparegetDistinct 在类中 DefaultAutoPreparepublic RunPrepare join(Join join)
join 在接口中 RunPreparejoin 在类中 AbstractRunPreparepublic RunPrepare join(Join.TYPE type, Table table, String condition)
public RunPrepare join(Join.TYPE type, String table, String condition)
join 在接口中 RunPreparejoin 在类中 AbstractRunPreparepublic RunPrepare inner(String table, String condition)
inner 在接口中 RunPrepareinner 在类中 AbstractRunPreparepublic RunPrepare inner(Table table, String condition)
public RunPrepare left(String table, String condition)
left 在接口中 RunPrepareleft 在类中 AbstractRunPreparepublic RunPrepare left(Table table, String condition)
public RunPrepare right(String table, String condition)
right 在接口中 RunPrepareright 在类中 AbstractRunPreparepublic RunPrepare right(Table table, String condition)
public RunPrepare full(String table, String condition)
full 在接口中 RunPreparefull 在类中 AbstractRunPreparepublic RunPrepare full(Table table, String condition)
public Run build(DataRuntime runtime)
build 在接口中 RunPrepareCopyright © 2024. All rights reserved.