| Package | Description |
|---|---|
| com.dynamic.sql.core.condition | |
| com.dynamic.sql.core.condition.impl.dialect | |
| com.dynamic.sql.core.dml.select |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Condition<C extends Condition<C>>
查询条件构建接口,用于构造数据库查询的条件。
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionCondition<C extends FunctionCondition<C>> |
interface |
NestedCondition<C extends NestedCondition<C>> |
| 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>> |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.