| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.core.condition.impl.dialect | |
| com.dynamic.sql.enums | |
| com.dynamic.sql.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
GenericWhereCondition.logicalOperatorType(LogicalOperatorType logicalOperatorType) |
protected String |
GenericWhereCondition.logicalOperatorType(LogicalOperatorType logicalOperatorType,
SqlDialect sqlDialect)
首次连接时才会去拼接 and 或者 or
|
GenericWhereCondition |
MysqlWhereCondition.matches(LogicalOperatorType logicalOperatorType,
Column column,
String regex) |
<T,F> GenericWhereCondition |
OracleWhereCondition.matches(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
String regex) |
<T,F> GenericWhereCondition |
MysqlWhereCondition.matches(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
String regex) |
<T,F> GenericWhereCondition |
OracleWhereCondition.matchesFunction(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> GenericWhereCondition |
MysqlWhereCondition.matchesFunction(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
ColumFunction columFunction) |
| 限定符和类型 | 方法和说明 |
|---|---|
static LogicalOperatorType |
LogicalOperatorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static LogicalOperatorType[] |
LogicalOperatorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
SqlUtils.getSyntaxLogicalOperator(LogicalOperatorType logicalOperatorType,
SqlDialect sqlDialect) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.