| 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.getLeftItemsList(Class<E> type) |
<E extends ItemsList> |
InExpression.getRightItemsList(Class<E> type) |
| 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) |
InExpression |
InExpression.withLeftItemsList(ItemsList leftItemsList) |
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()
Get the values (as VALUES (...) or SELECT)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Insert.setItemsList(ItemsList list) |
Insert |
Insert.withItemsList(ItemsList itemsList) |
| 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 |
|---|---|
<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 |
|---|---|
void |
ItemsListValidator.validate(ItemsList statement) |
protected void |
AbstractValidator.validateOptionalItemsList(ItemsList itemsList) |
Copyright © 2004–2021 JSQLParser. All rights reserved.