Uses of Class
net.sf.jsqlparser.expression.operators.relational.NamedExpressionList
-
Packages that use NamedExpressionList Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.expression.operators.relational -
-
Uses of NamedExpressionList in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return NamedExpressionList Modifier and Type Method Description NamedExpressionList<?>Function. getNamedParameters()the parameters might be named parameters, e.g. substring('foobar' from 2 for 3)Methods in net.sf.jsqlparser.expression with parameters of type NamedExpressionList Modifier and Type Method Description voidFunction. setNamedParameters(NamedExpressionList<?> list)FunctionFunction. withNamedParameters(NamedExpressionList<?> namedParameters) -
Uses of NamedExpressionList in net.sf.jsqlparser.expression.operators.relational
Methods in net.sf.jsqlparser.expression.operators.relational that return NamedExpressionList Modifier and Type Method Description NamedExpressionListNamedExpressionList. addNames(String... names)NamedExpressionListNamedExpressionList. addNames(Collection<String> names)NamedExpressionListNamedExpressionList. withNames(List<String> names)
-