| Package | Description |
|---|---|
| gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.nodes.couchbase | |
| gudusoft.gsqlparser.nodes.dax |
| Modifier and Type | Method and Description |
|---|---|
static ESortType |
ESortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESortType[] |
ESortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
ESortType |
TDummy.sortType |
| Modifier and Type | Method and Description |
|---|---|
ESortType |
TOrderByItem.getSortOrder() |
ESortType |
TColumnWithSortOrder.getSortType() |
ESortType |
TIndexColName.getSortType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TOrderByItem.setSortOrder(ESortType sortOrder) |
void |
TColumnWithSortOrder.setSortType(ESortType sortType) |
void |
TIndexColName.setSortType(ESortType sortType)
Deprecated.
|
| Constructor and Description |
|---|
TColumnWithSortOrder(TObjectName columnName,
ESortType sortType) |
| Modifier and Type | Method and Description |
|---|---|
ESortType |
TIndexKeyTerm.getSortType() |
| Modifier and Type | Method and Description |
|---|---|
ESortType |
TDaxOrderByExpr.getSortType() |
ESortType |
TDaxExprPair.getSortType() |