| Package | Description |
|---|---|
| com.dynamic.sql.core.condition | |
| com.dynamic.sql.core.condition.impl.dialect | |
| com.dynamic.sql.core.dml.select | |
| com.dynamic.sql.core.dml.select.build |
| Modifier and Type | Class and Description |
|---|---|
class |
WhereCondition<C extends WhereCondition<C>>
WHERE 条件构造器抽象类,用于构建 SQL 查询中的 WHERE 子句。
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericWhereCondition |
class |
MysqlWhereCondition |
class |
OracleWhereCondition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HavingCondition<C extends HavingCondition<C>> |
| Modifier and Type | Method and Description |
|---|---|
TableRelation<R> |
TableRelation.having(boolean isEffective,
Consumer<HavingCondition<GenericWhereCondition>> condition) |
TableRelation<R> |
TableRelation.having(Consumer<HavingCondition<GenericWhereCondition>> condition) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<HavingCondition<GenericWhereCondition>> |
SelectSpecification.getHavingCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectSpecification.setHavingCondition(Consumer<HavingCondition<GenericWhereCondition>> havingCondition) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.