| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.nodes.couchbase | |
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| gudusoft.gsqlparser.stmt.couchbase |
| Modifier and Type | Method and Description |
|---|---|
TMultiTargetList |
TTable.getRowList()
row constructor like this: '(' RW_VALUES MultiTargets ')'
|
TMultiTargetList |
TFromTable.getRowList() |
TMultiTargetList |
TInsertIntoValue.getTargetList()
values in Oracle,snowflake Unconditional multi-table insert
|
TMultiTargetList |
TInsertSqlNode.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TMultiTargetList node) |
void |
TParseTreeVisitor.preVisit(TMultiTargetList node) |
void |
TTable.setRowList(TMultiTargetList rowList) |
void |
TFromTable.setRowList(TMultiTargetList rowList) |
void |
TInsertIntoValue.setTargetList(TMultiTargetList targetList) |
void |
TInsertSqlNode.setValuesByMultiTargetList(TMultiTargetList mtList) |
| Modifier and Type | Method and Description |
|---|---|
TMultiTargetList |
TUpsertSqlNode.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
TUpsertSqlNode.setValues(TMultiTargetList values) |
| Modifier and Type | Method and Description |
|---|---|
TMultiTargetList |
TInsertSqlStatement.getValues()
value clause, valid when
TInsertSqlStatement.getInsertSource() is EInsertSource.values. |
| Modifier and Type | Method and Description |
|---|---|
void |
TInsertSqlStatement.setValues(TMultiTargetList values) |
| Modifier and Type | Method and Description |
|---|---|
TMultiTargetList |
TUpsertStmt.getValues() |
Copyright © 2019. All rights reserved.