| Package | Description |
|---|---|
| com.dynamic.sql.core | |
| com.dynamic.sql.core.dml.select | |
| com.dynamic.sql.core.dml.select.build | |
| com.dynamic.sql.utils |
| Modifier and Type | Field and Description |
|---|---|
protected SelectSpecification |
AbstractColumnReference.selectSpecification
维护查询的构建状态和规范。
|
| Modifier and Type | Method and Description |
|---|---|
protected SelectSpecification |
AbstractColumnReference.getSelectSpecification()
获取当前查询的规范对象。
|
| Constructor and Description |
|---|
AbstractColumnReference(SelectSpecification selectSpecification)
构造函数,初始化
SelectSpecification 实例。 |
ColumnReference(SelectSpecification selectSpecification) |
| Modifier and Type | Method and Description |
|---|---|
SelectSpecification |
NestedSelect.getSelectSpecification() |
protected SelectSpecification |
TableRelation.getSelectSpecification() |
SelectSpecification |
Select.getSelectSpecification() |
| Constructor and Description |
|---|
FetchableImpl(SelectSpecification selectSpecification) |
TableRelation(SelectSpecification selectSpecification) |
| Modifier and Type | Field and Description |
|---|---|
protected SelectSpecification |
SqlSelectBuilder.selectSpecification |
| Constructor and Description |
|---|
GenericSqlSelectBuilder(SelectSpecification selectSpecification) |
MysqlSqlSelectBuilder(SelectSpecification selectSpecification) |
OracleSqlSelectBuilder(SelectSpecification selectSpecification) |
SqlSelectBuilder(SelectSpecification selectSpecification) |
| Modifier and Type | Method and Description |
|---|---|
static <C extends WhereCondition<C>> |
SqlUtils.matchSqlSelectBuilder(SelectSpecification selectSpecification) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.