| Modifier and Type | Method and Description |
|---|---|
ItemsList |
AnyComparisonExpression.getItemsList() |
| Constructor and Description |
|---|
AnyComparisonExpression(AnyType anyType,
ItemsList itemsList) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionList
A list of expressions, as in SELECT A FROM TAB WHERE B IN (expr1,expr2,expr3)
|
class |
MultiExpressionList
A list of ExpressionList items. e.g. multi values of insert statements.
|
class |
NamedExpressionList
A list of named expressions, as in
as in select substr('xyzzy' from 2 for 3)
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ItemsList> |
InExpression.getRightItemsList(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
InExpression.getRightItemsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
InExpression.setRightItemsList(ItemsList list) |
InExpression |
InExpression.withRightItemsList(ItemsList list) |
| Constructor and Description |
|---|
InExpression(Expression leftExpression,
ItemsList itemsList) |
| Modifier and Type | Method and Description |
|---|---|
<E extends ItemsList> |
Insert.getItemsList(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
Insert.getItemsList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ItemsList> |
Replace.getItemsList(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
Replace.getItemsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Replace.setItemsList(ItemsList list) |
Replace |
Replace.withItemsList(ItemsList itemsList) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubSelect |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
WithItem.getItemsList()
Get the values (as VALUES (...) or SELECT)
|
| Modifier and Type | Method and Description |
|---|---|
void |
WithItem.setItemsList(ItemsList list) |
WithItem |
WithItem.withItemsList(ItemsList itemsList) |
| Modifier and Type | Method and Description |
|---|---|
<E extends ItemsList> |
Upsert.getItemsList(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
Upsert.getItemsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Upsert.setItemsList(ItemsList list) |
Upsert |
Upsert.withItemsList(ItemsList itemsList) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
ValuesStatement.getExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValuesStatement.setExpressions(ItemsList expressions) |
ValuesStatement |
ValuesStatement.withExpressions(ItemsList expressions) |
| Constructor and Description |
|---|
ValuesStatement(ItemsList expressions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemsListValidator.validate(ItemsList statement) |
protected void |
AbstractValidator.validateOptionalItemsList(ItemsList itemsList) |
Copyright © 2004–2022 JSQLParser. All rights reserved.