| Modifier and Type | Method and Description |
|---|---|
Function |
Function.withAllColumns(boolean allColumns) |
Function |
Function.withAttribute(Expression attribute) |
Function |
Function.withAttributeName(String attributeName) |
Function |
Function.withDistinct(boolean distinct) |
Function |
Function.withIgnoreNulls(boolean ignoreNulls) |
Function |
Function.withKeep(KeepExpression keep) |
Function |
Function.withNamedParameters(NamedExpressionList namedParameters) |
Function |
Function.withParameters(ExpressionList parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(Function function) |
void |
ExpressionVisitorAdapter.visit(Function function) |
| Constructor and Description |
|---|
AnalyticExpression(Function function) |
| Modifier and Type | Method and Description |
|---|---|
Function |
CCJSqlParser.Function() |
Function |
CCJSqlParser.FunctionWithCondParams() |
Function |
CCJSqlParser.InternalFunction(Function retval) |
| Modifier and Type | Method and Description |
|---|---|
AnalyticExpression |
CCJSqlParser.AnalyticExpression(Function function) |
Function |
CCJSqlParser.InternalFunction(Function retval) |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionItem.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionItem.setFunction(Function function) |
FunctionItem |
FunctionItem.withFunction(Function function) |
TableFunction |
TableFunction.withFunction(Function function) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(Function function) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(Function function) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(Function function) |
Copyright © 2004–2021 JSQLParser. All rights reserved.