| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
TSortBy |
TWindowDef.getSortBy() |
TSortBy |
TWindowSpecification.getSortBy()
Deprecated.
|
TSortBy |
TWindowPartitioningSpec.getSortBy() |
TSortBy |
TSelectSqlNode.getSortBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TSortBy node) |
void |
TParseTreeVisitor.preVisit(TSortBy node) |
void |
TWindowDef.setSortBy(TSortBy sortBy) |
void |
TWindowSpecification.setSortBy(TSortBy sortBy)
Deprecated.
|
void |
TWindowPartitioningSpec.setSortBy(TSortBy sortBy) |
void |
TSelectSqlNode.setSortBy(TSortBy sortBy) |
| Modifier and Type | Method and Description |
|---|---|
TSortBy |
TSelectSqlStatement.getSortBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TSelectSqlStatement.setSortBy(TSortBy sortBy) |