| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.nodes.functions | |
| gudusoft.gsqlparser.nodes.mysql | |
| gudusoft.gsqlparser.nodes.starrocks | |
| gudusoft.gsqlparser.resolver2.scope | |
| gudusoft.gsqlparser.scriptWriter | |
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| gudusoft.gsqlparser.stmt.dax |
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
TFromTable.getLocalOrderBy()
Gets the LOCAL ORDER BY clause for Teradata table functions.
|
TOrderBy |
TTable.getLocalOrderBy()
Gets the LOCAL ORDER BY clause for Teradata table functions.
|
TOrderBy |
TWindowPartitioningSpec.getOrderBy() |
TOrderBy |
TKeepDenseRankClause.getOrderBy() |
TOrderBy |
TWithinGroup.getOrderBy() |
TOrderBy |
TWindowSpecification.getOrderBy()
Deprecated.
|
TOrderBy |
TAnalyticFunction.getOrderBy()
Deprecated.
ordering ::= ORDER [SIBLINGS] BY rule[, rule...]
|
TOrderBy |
TShowRoutineLoadSqlNode.getOrderBy() |
TOrderBy |
TWindowDef.getOrderBy() |
TOrderBy |
TSelectSqlNode.getOrderbyClause() |
TOrderBy |
TDeleteSqlNode.getOrderByClause() |
TOrderBy |
TUpdateSqlNode.getOrderByClause() |
TOrderBy |
TFunctionCall.getSortClause() |
TOrderBy |
TAnalyticFunction.getWithinGroupOrderBy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TOrderBy node) |
void |
TParseTreeVisitor.preVisit(TOrderBy node) |
void |
TFromTable.setLocalOrderBy(TOrderBy localOrderBy)
Sets the LOCAL ORDER BY clause for Teradata table functions.
|
void |
TTable.setLocalOrderBy(TOrderBy localOrderBy)
Sets the LOCAL ORDER BY clause for Teradata table functions.
|
void |
TWindowPartitioningSpec.setOrderBy(TOrderBy orderBy) |
void |
TKeepDenseRankClause.setOrderBy(TOrderBy orderBy) |
void |
TWithinGroup.setOrderBy(TOrderBy orderBy) |
void |
TWindowSpecification.setOrderBy(TOrderBy orderBy)
Deprecated.
|
void |
TAnalyticFunction.setOrderBy(TOrderBy orderBy)
Deprecated.
|
void |
TShowRoutineLoadSqlNode.setOrderBy(TOrderBy orderBy) |
void |
TWindowDef.setOrderBy(TOrderBy orderBy) |
void |
TSelectSqlNode.setOrderbyClause(TOrderBy orderbyClause) |
void |
TDeleteSqlNode.setOrderByClause(TOrderBy orderByClause) |
void |
TUpdateSqlNode.setOrderByClause(TOrderBy orderByClause) |
void |
TFunctionCall.setSortClause(TOrderBy sortClause) |
void |
TAnalyticFunction.setWithinGroupOrderBy(TOrderBy withinGroupOrderBy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
TArrayConcatAggFunction.getOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TArrayConcatAggFunction.setOrderByList(TOrderBy orderByList) |
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
TGroupConcatParam.getOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TGroupConcatParam.setOrderBy(TOrderBy orderBy) |
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
TPipeOperator.getOrderByClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
TPipeOperator.initOrderBy(TSourceToken pipeToken,
TOrderBy orderBy)
Initialize for ORDER BY pipe operation
|
void |
TPipeOperator.setOrderByClause(TOrderBy orderByClause) |
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
OrderByScope.getOrderByNode() |
| Constructor and Description |
|---|
OrderByScope(IScope parent,
TOrderBy orderByNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TOrderBy node) |
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
TSelectSqlStatement.addOrderBy(String orderByStr)
Add an order by clause to this class.
|
TOrderBy |
TShowRoutineLoadStmt.getOrderBy() |
TOrderBy |
TSelectSqlStatement.getOrderbyClause() |
TOrderBy |
TDeleteSqlStatement.getOrderByClause()
MySQL order by clause.
|
TOrderBy |
TUpdateSqlStatement.getOrderByClause()
Order by clause is not used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSelectSqlStatement.setOrderbyClause(TOrderBy newOrderbyClause) |
void |
TDeleteSqlStatement.setOrderByClause(TOrderBy orderByClause) |
void |
TUpdateSqlStatement.setOrderByClause(TOrderBy orderByClause) |
| Modifier and Type | Method and Description |
|---|---|
TOrderBy |
TDaxEvaluateStmt.getOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
TDaxEvaluateStmt.setOrderBy(TOrderBy orderBy) |