| Package | Description |
|---|---|
| net.sf.jsqlparser.expression | |
| net.sf.jsqlparser.expression.operators.relational |
| Modifier and Type | Method and Description |
|---|---|
NamedExpressionList<?> |
Function.getNamedParameters()
the parameters might be named parameters, e.g. substring('foobar' from 2 for 3)
|
NamedExpressionList<?> |
Function.getNamedParameters()
the parameters might be named parameters, e.g. substring('foobar' from 2 for 3)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Function.setNamedParameters(NamedExpressionList<?> list) |
void |
Function.setNamedParameters(NamedExpressionList<?> list) |
Function |
Function.withNamedParameters(NamedExpressionList<?> namedParameters) |
Function |
Function.withNamedParameters(NamedExpressionList<?> namedParameters) |
| Modifier and Type | Method and Description |
|---|---|
NamedExpressionList |
NamedExpressionList.addNames(Collection<String> names) |
NamedExpressionList |
NamedExpressionList.addNames(Collection<String> names) |
NamedExpressionList |
NamedExpressionList.addNames(String... names) |
NamedExpressionList |
NamedExpressionList.addNames(String... names) |
NamedExpressionList |
NamedExpressionList.withNames(List<String> names) |
NamedExpressionList |
NamedExpressionList.withNames(List<String> names) |
Copyright © 2004–2023 JSQLParser. All rights reserved.