| 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 |
|---|---|
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.