public class GenericSqlSelectBuilder extends SqlSelectBuilder
aliasTableMap, dataSourceName, parameterBinder, selectSpecification, sqlBuilder, sqlDialect, version| Constructor and Description |
|---|
GenericSqlSelectBuilder(SelectSpecification selectSpecification) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
automaticallySelectAliases(JoinTable joinTable)
返回库名+表名+别名的结果
|
protected void |
parseColumnFunction() |
protected boolean |
parseFormTables()
解析From
|
protected void |
parseJoinTable(JoinTable joinTable) |
void |
parseLimit() |
build, continueParsingSql, getDataSourceName, getSchemaName, parseOrderBy, syntaxAs, syntaxColumnAliaspublic GenericSqlSelectBuilder(SelectSpecification selectSpecification)
protected void parseColumnFunction()
parseColumnFunction in class SqlSelectBuilderprotected String automaticallySelectAliases(JoinTable joinTable)
protected boolean parseFormTables()
SqlSelectBuilderparseFormTables in class SqlSelectBuilderprotected void parseJoinTable(JoinTable joinTable)
public void parseLimit()
parseLimit in class SqlSelectBuilderCopyright © 2024–2025 Dynamic-SQL. All rights reserved.