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 net.sf.jsqlparser.parser -
-
Uses of NamedExpressionList in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as NamedExpressionList Modifier and Type Field Description private NamedExpressionList<?>
Function. namedParameters
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.Methods in net.sf.jsqlparser.expression with parameters of type NamedExpressionList Modifier and Type Method Description void
Function. setNamedParameters(NamedExpressionList<?> list)
Function
Function. 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 NamedExpressionList
NamedExpressionList. addNames(java.lang.String... names)
NamedExpressionList
NamedExpressionList. addNames(java.util.Collection<java.lang.String> names)
NamedExpressionList
NamedExpressionList. withNames(java.util.List<java.lang.String> names)
-
Uses of NamedExpressionList in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return NamedExpressionList Modifier and Type Method Description NamedExpressionList
CCJSqlParser. NamedExpressionListExprFirst()
-