| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| Modifier and Type | Method and Description |
|---|---|
TValueRowItemList |
TValueClause.getValueRows()
Deprecated.
As of v2.3.6.9, please use
TValueClause.getRows() instead
The first row of the value clause. |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TValueRowItemList node) |
void |
TParseTreeVisitor.preVisit(TValueRowItemList node) |
void |
TValueClause.setValueRows(TValueRowItemList valueRows) |