限定符和类型 | 类和说明 |
---|---|
class |
ExpressionList
Description: A list of expressions, as in SELECT A FROM TAB WHERE B IN (expr1,expr2,expr3)
Title:首亨软件 - TSS/CRM等
|
限定符和类型 | 方法和说明 |
---|---|
ItemsList |
InExpression.getItemsList() |
限定符和类型 | 方法和说明 |
---|---|
void |
InExpression.setItemsList(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
Description: A subselect followed by an optional alias.
|