| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.core.condition | |
| com.dynamic.sql.core.condition.impl.dialect |
| 限定符和类型 | 类和说明 |
|---|---|
class |
WhereCondition |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,F> FunctionCondition |
FunctionCondition.andEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
FunctionCondition |
FunctionCondition.andEqualTo(Object value,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andFindInSet(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andGreaterThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andGreaterThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andIn(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andLessThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andLessThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andNotEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.andNotIn(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
FunctionCondition |
FunctionCondition.orEqualTo(Object value,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orFindInSet(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orGreaterThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orGreaterThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orIn(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orLessThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orLessThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orNotEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
FunctionCondition.orNotIn(Fn<T,F> fn,
ColumFunction columFunction) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericWhereCondition |
class |
MysqlWhereCondition |
class |
OracleWhereCondition |
| 限定符和类型 | 方法和说明 |
|---|---|
<T,F> FunctionCondition |
GenericWhereCondition.andEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
FunctionCondition |
GenericWhereCondition.andEqualTo(Object value,
ColumFunction columFunction) |
<T,F> FunctionCondition |
MysqlWhereCondition.andFindInSet(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andFindInSet(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andGreaterThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andGreaterThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andIn(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andLessThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andLessThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
OracleWhereCondition.andMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
MysqlWhereCondition.andMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andNotEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.andNotIn(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
OracleWhereCondition.matchesFunction(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
MysqlWhereCondition.matchesFunction(LogicalOperatorType logicalOperatorType,
Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
FunctionCondition |
GenericWhereCondition.orEqualTo(Object value,
ColumFunction columFunction) |
<T,F> FunctionCondition |
MysqlWhereCondition.orFindInSet(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orFindInSet(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orGreaterThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orGreaterThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orIn(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orLessThan(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orLessThanOrEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
OracleWhereCondition.orMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
MysqlWhereCondition.orMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orMatches(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orNotEqualTo(Fn<T,F> fn,
ColumFunction columFunction) |
<T,F> FunctionCondition |
GenericWhereCondition.orNotIn(Fn<T,F> fn,
ColumFunction columFunction) |
Copyright © 2024 Dynamic-SQL. All rights reserved.