public class LargeNotInExpression extends BaseExpression
| 限定符和类型 | 字段和说明 |
|---|---|
static LargeNotInExpression |
DEFAULT |
| 构造器和说明 |
|---|
LargeNotInExpression() |
LargeNotInExpression(int limit) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FunctionWithArgs3<SqlNode,SqlNode[],Object[],ContainerNode> |
buildArrayFunction() |
protected FunctionWithArgs3<SqlNode,SqlNode[],Map<String,Object>,ContainerNode> |
buildMapFunction() |
static LargeNotInExpression |
of(int limit) |
nextVarName, toSqlNode, toSqlNodepublic static final LargeNotInExpression DEFAULT
public LargeNotInExpression()
public LargeNotInExpression(int limit)
public static LargeNotInExpression of(int limit)
protected FunctionWithArgs3<SqlNode,SqlNode[],Object[],ContainerNode> buildArrayFunction()
buildArrayFunction 在类中 BaseExpressionprotected FunctionWithArgs3<SqlNode,SqlNode[],Map<String,Object>,ContainerNode> buildMapFunction()
buildMapFunction 在类中 BaseExpressionCopyright © 2025 fossc. All rights reserved.