| Package | Description |
|---|---|
| com.dynamic.sql.core.condition.impl.dialect | |
| com.dynamic.sql.enums | |
| com.dynamic.sql.utils |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GenericWhereCondition.logicalOperatorType(LogicalOperatorType logicalOperatorType) |
protected String |
GenericWhereCondition.logicalOperatorType(LogicalOperatorType logicalOperatorType,
SqlDialect sqlDialect)
首次连接时才会去拼接 and 或者 or
|
<T,F> GenericWhereCondition |
MysqlWhereCondition.matches(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
String regex) |
<T,F> GenericWhereCondition |
OracleWhereCondition.matches(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
String regex) |
<T,F> GenericWhereCondition |
MysqlWhereCondition.matchesFunction(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> GenericWhereCondition |
OracleWhereCondition.matchesFunction(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
ColumFunction columFunction) |
| Modifier and Type | Method and Description |
|---|---|
static LogicalOperatorType |
LogicalOperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperatorType[] |
LogicalOperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlUtils.getSyntaxLogicalOperator(LogicalOperatorType logicalOperatorType,
SqlDialect sqlDialect) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.