限定符和类型 | 类和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
ItemsList |
InExpression.getLeftItemsList() |
ItemsList |
InExpression.getRightItemsList() |
限定符和类型 | 方法和说明 |
---|---|
void |
InExpression.setLeftItemsList(ItemsList leftItemsList) |
void |
InExpression.setRightItemsList(ItemsList list) |
构造器和说明 |
---|
InExpression(Expression leftExpression,
ItemsList itemsList) |
限定符和类型 | 方法和说明 |
---|---|
ItemsList |
Insert.getItemsList()
Get the values (as VALUES (...) or SELECT)
|
限定符和类型 | 方法和说明 |
---|---|
void |
Insert.setItemsList(ItemsList list) |
限定符和类型 | 方法和说明 |
---|---|
ItemsList |
Replace.getItemsList()
An
ItemsList (either from a "REPLACE mytab VALUES (exp1,exp2)" or a "REPLACE mytab
SELECT * FROM mytab2") it is null in case of a "REPLACE mytab SET col1=exp1, col2=exp2" |
限定符和类型 | 方法和说明 |
---|---|
void |
Replace.setItemsList(ItemsList list) |
限定符和类型 | 类和说明 |
---|---|
class |
SubSelect
A subselect followed by an optional alias.
|
限定符和类型 | 方法和说明 |
---|---|
ItemsList |
Upsert.getItemsList() |
限定符和类型 | 方法和说明 |
---|---|
void |
Upsert.setItemsList(ItemsList list) |