| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionList |
class |
MultiExpressionList |
class |
NamedExpressionList |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
InExpression.getLeftItemsList() |
ItemsList |
InExpression.getRightItemsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
InExpression.setLeftItemsList(ItemsList leftItemsList) |
void |
InExpression.setRightItemsList(ItemsList list) |
| Constructor and Description |
|---|
InExpression(Expression leftExpression,
ItemsList itemsList) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
Insert.getItemsList()
Get the values (as VALUES (...) or SELECT)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setItemsList(ItemsList list) |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
Replace.getItemsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Replace.setItemsList(ItemsList list) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubSelect |
| Modifier and Type | Method and Description |
|---|---|
ItemsList |
Upsert.getItemsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Upsert.setItemsList(ItemsList list) |
Copyright © 2004–2019 JSQLParser. All rights reserved.