Uses of Class
net.sf.jsqlparser.expression.operators.relational.ExpressionList
-
-
Uses of ExpressionList in net.sf.jsqlparser.expression
Subclasses of ExpressionList in net.sf.jsqlparser.expression Modifier and Type Class Description class
Parenthesis
Deprecated, for removal: This API element is subject to removal in a future version.This class is deprecated since version 5.0.class
RowConstructor<T extends Expression>
Fields in net.sf.jsqlparser.expression declared as ExpressionList Modifier and Type Field Description private ExpressionList
MySQLGroupConcat. expressionList
private ExpressionList<?>
ArrayConstructor. expressions
private ExpressionList<?>
OverlapsCondition. left
private ExpressionList<?>
Function. parameters
(package private) ExpressionList
PartitionByClause. partitionExpressionList
private ExpressionList<?>
OverlapsCondition. right
private ExpressionList<Expression>
TimezoneExpression. timezoneExpressions
Methods in net.sf.jsqlparser.expression that return ExpressionList Modifier and Type Method Description ExpressionList<?>
MySQLGroupConcat. getExpressionList()
ExpressionList<?>
ArrayConstructor. getExpressions()
ExpressionList<?>
OverlapsCondition. getLeft()
ExpressionList<?>
Function. getParameters()
The list of parameters of the function (if any, else null) If the parameter is "*", allColumns is set to trueExpressionList<?>
AnalyticExpression. getPartitionExpressionList()
ExpressionList
FilterOverImpl. getPartitionExpressionList()
ExpressionList
PartitionByClause. getPartitionExpressionList()
ExpressionList
WindowDefinition. getPartitionExpressionList()
ExpressionList<?>
OverlapsCondition. getRight()
Methods in net.sf.jsqlparser.expression with parameters of type ExpressionList Modifier and Type Method Description static LambdaExpression
LambdaExpression. from(ExpressionList<? extends Expression> expressionList, Expression expression)
void
MySQLGroupConcat. setExpressionList(ExpressionList expressionList)
void
ArrayConstructor. setExpressions(ExpressionList<?> expressions)
void
Function. setParameters(ExpressionList<?> list)
void
AnalyticExpression. setPartitionExpressionList(ExpressionList<?> partitionExpressionList)
void
AnalyticExpression. setPartitionExpressionList(ExpressionList<?> partitionExpressionList, boolean brackets)
void
FilterOverImpl. setPartitionExpressionList(ExpressionList partitionExpressionList)
void
FilterOverImpl. setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
void
PartitionByClause. setPartitionExpressionList(ExpressionList partitionExpressionList)
void
PartitionByClause. setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
void
PreferringClause. setPartitionExpressionList(ExpressionList expressionList, boolean brackets)
void
WindowDefinition. setPartitionExpressionList(ExpressionList partitionExpressionList)
void
WindowDefinition. setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
default void
ExpressionVisitor. visit(ExpressionList<? extends Expression> expressionList)
<S> T
ExpressionVisitor. visit(ExpressionList<? extends Expression> expressionList, S context)
<S> T
ExpressionVisitorAdapter. visit(ExpressionList<? extends Expression> expressionList, S context)
protected <S> T
ExpressionVisitorAdapter. visitExpressions(Expression expression, S context, ExpressionList<? extends Expression> subExpressions)
MySQLGroupConcat
MySQLGroupConcat. withExpressionList(ExpressionList expressionList)
Function
Function. withParameters(ExpressionList<?> parameters)
PartitionByClause
PartitionByClause. withPartitionExpressionList(ExpressionList partitionExpressionList)
Constructors in net.sf.jsqlparser.expression with parameters of type ExpressionList Constructor Description ArrayConstructor(ExpressionList<?> expressions, boolean arrayKeyword)
OverlapsCondition(ExpressionList<?> left, ExpressionList<?> right)
RowConstructor(java.lang.String name, ExpressionList<T> expressionList)
-
Uses of ExpressionList in net.sf.jsqlparser.expression.operators.relational
Subclasses of ExpressionList in net.sf.jsqlparser.expression.operators.relational Modifier and Type Class Description class
NamedExpressionList<T extends Expression>
A list of named expressions, as in as in select substr('xyzzy' from 2 for 3)class
ParenthesedExpressionList<T extends Expression>
Fields in net.sf.jsqlparser.expression.operators.relational declared as ExpressionList Modifier and Type Field Description private ExpressionList<Column>
FullTextSearch. _matchColumns
Methods in net.sf.jsqlparser.expression.operators.relational that return ExpressionList Modifier and Type Method Description ExpressionList
ExpressionList. addExpression(T expression)
ExpressionList<?>
ExpressionList. addExpressions(java.util.Collection<T> expressions)
ExpressionList
ExpressionList. addExpressions(T... expressions)
ExpressionList<Column>
FullTextSearch. getMatchColumns()
ExpressionList<?>
ExpressionList. withExpressions(java.util.Collection<T> expressions)
ExpressionList
ExpressionList. withExpressions(T... expressions)
Methods in net.sf.jsqlparser.expression.operators.relational with parameters of type ExpressionList Modifier and Type Method Description static ParenthesedExpressionList<?>
ParenthesedExpressionList. from(ExpressionList<?> expressions)
void
FullTextSearch. setMatchColumns(ExpressionList<Column> columns)
FullTextSearch
FullTextSearch. withMatchColumns(ExpressionList<Column> matchColumns)
Constructors in net.sf.jsqlparser.expression.operators.relational with parameters of type ExpressionList Constructor Description ParenthesedExpressionList(ExpressionList<T> expressions)
-
Uses of ExpressionList in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
CCJSqlParser. ColumnList()
ExpressionList<Column>
CCJSqlParser. ColumnWithCommentList()
ExpressionList
CCJSqlParser. ComplexExpressionList()
ExpressionList
CCJSqlParser. ExpressionList()
ExpressionList
CCJSqlParser. GroupingSet()
ExpressionList<Column>
CCJSqlParser. PivotForColumns()
ExpressionList
CCJSqlParser. SimpleExpressionList()
Methods in net.sf.jsqlparser.parser that return types with arguments of type ExpressionList Modifier and Type Method Description SelectItem<ExpressionList<?>>
CCJSqlParser. ExpressionListItem()
java.util.List<SelectItem<ExpressionList<?>>>
CCJSqlParser. PivotMultiInItems()
-
Uses of ExpressionList in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ExpressionList Modifier and Type Field Description (package private) ExpressionList
SetStatement.NameExpr. expressions
Methods in net.sf.jsqlparser.statement that return ExpressionList Modifier and Type Method Description ExpressionList<?>
SetStatement.NameExpr. getExpressions()
Methods in net.sf.jsqlparser.statement with parameters of type ExpressionList Modifier and Type Method Description void
SetStatement. add(java.lang.Object name, ExpressionList<?> value, boolean useEqual)
void
SetStatement.NameExpr. setExpressions(ExpressionList<?> expressions)
void
SetStatement. setExpressions(int idx, ExpressionList<?> expressions)
void
SetStatement. setExpressions(ExpressionList<?> expressions)
Constructors in net.sf.jsqlparser.statement with parameters of type ExpressionList Constructor Description NameExpr(java.lang.Object name, ExpressionList<?> expressions, boolean useEqual)
SetStatement(java.lang.Object name, ExpressionList<?> value)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.create.view
Fields in net.sf.jsqlparser.statement.create.view declared as ExpressionList Modifier and Type Field Description private ExpressionList<Column>
CreateView. columnNames
Methods in net.sf.jsqlparser.statement.create.view that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
CreateView. getColumnNames()
Methods in net.sf.jsqlparser.statement.create.view with parameters of type ExpressionList Modifier and Type Method Description void
CreateView. setColumnNames(ExpressionList<Column> columnNames)
CreateView
CreateView. withColumnNames(ExpressionList<Column> columnNames)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.execute
Fields in net.sf.jsqlparser.statement.execute declared as ExpressionList Modifier and Type Field Description private ExpressionList
Execute. exprList
Methods in net.sf.jsqlparser.statement.execute that return ExpressionList Modifier and Type Method Description ExpressionList
Execute. getExprList()
Methods in net.sf.jsqlparser.statement.execute with parameters of type ExpressionList Modifier and Type Method Description void
Execute. setExprList(ExpressionList exprList)
Execute
Execute. withExprList(ExpressionList exprList)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.insert
Fields in net.sf.jsqlparser.statement.insert declared as ExpressionList Modifier and Type Field Description private ExpressionList<Column>
Insert. columns
Methods in net.sf.jsqlparser.statement.insert that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
Insert. getColumns()
Methods in net.sf.jsqlparser.statement.insert with parameters of type ExpressionList Modifier and Type Method Description void
Insert. setColumns(ExpressionList<Column> list)
Insert
Insert. withColumns(ExpressionList<Column> columns)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.merge
Fields in net.sf.jsqlparser.statement.merge declared as ExpressionList Modifier and Type Field Description private ExpressionList<Column>
MergeInsert. columns
private ExpressionList<Expression>
MergeInsert. values
Methods in net.sf.jsqlparser.statement.merge that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
MergeInsert. getColumns()
ExpressionList<Expression>
MergeInsert. getValues()
Methods in net.sf.jsqlparser.statement.merge with parameters of type ExpressionList Modifier and Type Method Description void
MergeInsert. setColumns(ExpressionList<Column> columns)
void
MergeInsert. setValues(ExpressionList<Expression> values)
MergeInsert
MergeInsert. withColumns(ExpressionList<Column> columns)
MergeInsert
MergeInsert. withValues(ExpressionList<Expression> values)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as ExpressionList Modifier and Type Field Description private ExpressionList<Expression>
Limit. byExpressions
A query with the LIMIT n BY expressions clause selects the first n rows for each distinct value of expressions.protected ExpressionList<Column>
AllColumns. exceptColumns
private ExpressionList<Expression>
Values. expressions
private ExpressionList<Column>
Pivot. forColumns
private ExpressionList
GroupByElement. groupByExpressions
private ExpressionList<Column>
UnPivot. unpivotClause
private ExpressionList<Column>
UnPivot. unpivotForClause
Fields in net.sf.jsqlparser.statement.select with type parameters of type ExpressionList Modifier and Type Field Description private java.util.List<ExpressionList>
GroupByElement. groupingSets
private java.util.List<SelectItem<ExpressionList<?>>>
Pivot. multiInItems
Methods in net.sf.jsqlparser.statement.select that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
AllColumns. addExceptColumn(Column column)
ExpressionList<?>
Limit. getByExpressions()
ExpressionList<Column>
AllColumns. getExceptColumns()
ExpressionList<?>
Values. getExpressions()
ExpressionList<Column>
Pivot. getForColumns()
ExpressionList
GroupByElement. getGroupByExpressionList()
ExpressionList
GroupByElement. getGroupByExpressions()
Deprecated.Methods in net.sf.jsqlparser.statement.select that return types with arguments of type ExpressionList Modifier and Type Method Description java.util.List<ExpressionList>
GroupByElement. getGroupingSets()
java.util.List<SelectItem<ExpressionList<?>>>
Pivot. getMultiInItems()
Method parameters in net.sf.jsqlparser.statement.select with type arguments of type ExpressionList Modifier and Type Method Description Pivot
Pivot. addMultiInItems(java.util.Collection<? extends SelectItem<ExpressionList<?>>> multiInItems)
PivotXml
PivotXml. addMultiInItems(java.util.Collection<? extends SelectItem<ExpressionList<?>>> multiInItems)
void
GroupByElement. setGroupingSets(java.util.List<ExpressionList> groupingSets)
void
Pivot. setMultiInItems(java.util.List<SelectItem<ExpressionList<?>>> multiInItems)
Pivot
Pivot. withMultiInItems(java.util.List<SelectItem<ExpressionList<?>>> multiInItems)
PivotXml
PivotXml. withMultiInItems(java.util.List<SelectItem<ExpressionList<?>>> multiInItems)
Constructors in net.sf.jsqlparser.statement.select with parameters of type ExpressionList Constructor Description AllColumns(ExpressionList<Column> exceptColumns, java.util.List<SelectItem<Column>> replaceExpressions)
AllColumns(ExpressionList<Column> exceptColumns, java.util.List<SelectItem<Column>> replaceExpressions, java.lang.String exceptKeyword)
AllTableColumns(Table table, ExpressionList<Column> exceptColumns, java.util.List<SelectItem<Column>> replaceExpressions)
AllTableColumns(Table table, ExpressionList<Column> exceptColumns, java.util.List<SelectItem<Column>> replaceExpressions, java.lang.String exceptKeyword)
Values(ExpressionList<Expression> expressions)
Values(ExpressionList<Expression> expressions, Alias alias)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.update
Fields in net.sf.jsqlparser.statement.update declared as ExpressionList Modifier and Type Field Description protected ExpressionList<Column>
UpdateSet. columns
protected ExpressionList<Expression>
UpdateSet. values
Methods in net.sf.jsqlparser.statement.update that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
UpdateSet. getColumns()
ExpressionList<?>
UpdateSet. getValues()
Methods in net.sf.jsqlparser.statement.update with parameters of type ExpressionList Modifier and Type Method Description void
UpdateSet. add(ExpressionList<?> expressionList)
void
UpdateSet. setColumns(ExpressionList<Column> columns)
void
UpdateSet. setValues(ExpressionList values)
-
Uses of ExpressionList in net.sf.jsqlparser.statement.upsert
Fields in net.sf.jsqlparser.statement.upsert declared as ExpressionList Modifier and Type Field Description private ExpressionList<Column>
Upsert. columns
private ExpressionList<?>
Upsert. expressions
Methods in net.sf.jsqlparser.statement.upsert that return ExpressionList Modifier and Type Method Description ExpressionList<Column>
Upsert. getColumns()
ExpressionList
Upsert. getExpressions()
ExpressionList<?>
Upsert. getSetExpressions()
Deprecated.Methods in net.sf.jsqlparser.statement.upsert with parameters of type ExpressionList Modifier and Type Method Description void
Upsert. setColumns(ExpressionList<Column> list)
void
Upsert. setExpressions(ExpressionList list)
Upsert
Upsert. withColumns(ExpressionList<Column> columns)
Upsert
Upsert. withExpressions(ExpressionList expressions)
-
Uses of ExpressionList in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type ExpressionList Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(ExpressionList<?> expressionList, S context)
-
Uses of ExpressionList in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type ExpressionList Modifier and Type Method Description void
ExpressionListDeParser. deParse(ExpressionList<?> expressionList)
void
ExpressionDeParser. visit(ExpressionList<?> expressionList)
<S> java.lang.StringBuilder
ExpressionDeParser. visit(ExpressionList<? extends Expression> expressionList, S context)
-
Uses of ExpressionList in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type ExpressionList Modifier and Type Method Description private void
ExpressionValidator. validateOptionalExpressionList(ExpressionList<?> expressionList)
<S> java.lang.Void
ExpressionValidator. visit(ExpressionList<?> expressionList, S context)
-