Modifier and Type | Method and Description |
---|---|
void |
InsertContext.setItemsList(ExpressionList itemsList) |
Modifier and Type | Method and Description |
---|---|
ExpressionList |
Function.getParameters()
The list of parameters of the function (if any, else null) If the
parameter is "*", allColumns is set to true
|
ExpressionList |
AnalyticExpression.getPartitionExpressionList() |
Modifier and Type | Method and Description |
---|---|
void |
Function.setParameters(ExpressionList list) |
void |
AnalyticExpression.setPartitionExpressionList(ExpressionList partitionExpressionList) |
Constructor and Description |
---|
Function(String name,
ExpressionList parameters) |
Function(String name,
ExpressionList parameters,
boolean allColumns,
boolean distinct,
boolean isEscaped) |
Modifier and Type | Method and Description |
---|---|
static ExpressionList |
ConditionExpressionList.expressionList(Expression expr) |
Modifier and Type | Method and Description |
---|---|
static ExpressionList |
ExpressionList.expressionList(Expression expr) |
Modifier and Type | Method and Description |
---|---|
List<ExpressionList> |
MultiExpressionList.getExprList() |
Modifier and Type | Method and Description |
---|---|
void |
MultiExpressionList.addExpressionList(ExpressionList el) |
Copyright © 2006–2018 TinyGroup. All rights reserved.