Uses of Class
net.sf.jsqlparser.expression.Function
Packages that use Function
Package
Description
-
Uses of Function in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return FunctionModifier and TypeMethodDescriptionFunction.withAllColumns
(boolean allColumns) Function.withAttribute
(Expression attribute) Function.withAttribute
(Column attributeColumn) Function.withAttributeName
(String attributeName) Deprecated.Function.withDistinct
(boolean distinct) Function.withIgnoreNulls
(boolean ignoreNulls) Function.withKeep
(KeepExpression keep) Function.withNamedParameters
(NamedExpressionList<?> namedParameters) Function.withParameters
(Expression... parameters) Function.withParameters
(ExpressionList<?> parameters) Function.withUnique
(boolean unique) Methods in net.sf.jsqlparser.expression with parameters of type FunctionModifier and TypeMethodDescriptionvoid
void
Constructors in net.sf.jsqlparser.expression with parameters of type Function -
Uses of Function in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return FunctionModifier and TypeMethodDescriptionfinal Function
CCJSqlParser.Function()
final Function
CCJSqlParser.InternalFunction
(boolean escaped) final Function
CCJSqlParser.SimpleFunction()
final Function
CCJSqlParser.SpecialStringFunctionWithNamedParameters()
Methods in net.sf.jsqlparser.parser that return types with arguments of type FunctionModifier and TypeMethodDescriptionfinal SelectItem
<Function> CCJSqlParser.FunctionItem()
final List
<SelectItem<Function>> CCJSqlParser.PivotFunctionItems()
Methods in net.sf.jsqlparser.parser with parameters of type FunctionModifier and TypeMethodDescriptionfinal AnalyticExpression
CCJSqlParser.AnalyticExpression
(Function function) -
Uses of Function in net.sf.jsqlparser.statement.select
Subclasses of Function in net.sf.jsqlparser.statement.selectFields in net.sf.jsqlparser.statement.select declared as FunctionModifier and TypeFieldDescriptionprivate Function
TableFunction.function
private Function
LateralView.generatorFunction
Fields in net.sf.jsqlparser.statement.select with type parameters of type FunctionMethods in net.sf.jsqlparser.statement.select that return FunctionModifier and TypeMethodDescriptionTableFunction.getExpression()
Deprecated.TableFunction.getFunction()
LateralView.getGeneratorFunction()
Methods in net.sf.jsqlparser.statement.select that return types with arguments of type FunctionMethods in net.sf.jsqlparser.statement.select with parameters of type FunctionModifier and TypeMethodDescriptionTableFunction.setFunction
(Function function) void
LateralView.setGeneratorFunction
(Function generatorFunction) LateralView.withGeneratorFunction
(Function generatorFunction) Method parameters in net.sf.jsqlparser.statement.select with type arguments of type FunctionModifier and TypeMethodDescriptionPivot.addFunctionItems
(Collection<? extends SelectItem<Function>> functionItems) PivotXml.addFunctionItems
(Collection<? extends SelectItem<Function>> functionItems) void
Pivot.setFunctionItems
(List<SelectItem<Function>> functionItems) Pivot.withFunctionItems
(List<SelectItem<Function>> functionItems) PivotXml.withFunctionItems
(List<SelectItem<Function>> functionItems) Constructors in net.sf.jsqlparser.statement.select with parameters of type FunctionModifierConstructorDescriptionLateralView
(boolean useOuter, Function generatorFunction, Alias tableAlias, Alias columnAlias) TableFunction
(String prefix, Function function) TableFunction
(Function function) -
Uses of Function in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type Function -
Uses of Function in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type Function -
Uses of Function in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type Function