Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.couchbase | |
gudusoft.gsqlparser.nodes.dax | |
gudusoft.gsqlparser.nodes.hive | |
gudusoft.gsqlparser.nodes.mssql | |
gudusoft.gsqlparser.nodes.mysql | |
gudusoft.gsqlparser.nodes.teradata | |
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.mysql | |
gudusoft.gsqlparser.stmt.oracle | |
gudusoft.gsqlparser.stmt.postgresql |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TCallSqlNode.getArgs() |
TExpressionList |
TFunctionCall.getArgs()
get the list of parameters defined in this function
|
TExpressionList |
TComputeClauseItem.getByExprlist() |
TExpressionList |
TReturningClause.getColumnValueList() |
TExpressionList |
TWhenClauseItem.getConditionList() |
TExpressionList |
TPartitionByClause.getExpressionList()
Deprecated.
|
TExpressionList |
TPartitionClause.getExpressionList()
sorted column list, should be replaced by
TPartitionClause.getSortedColumns() , it is used for backward compatibility only |
TExpressionList |
TSelectDistinct.getExpressionList() |
TExpressionList |
TExpression.getExprList() |
TExpressionList |
TIntoClause.getExprList() |
TExpressionList |
TInExpr.getExprList()
Deprecated.
|
TExpressionList |
TTeradataWithClauseItem.getExprList() |
TExpressionList |
TFunctionCall.getExprList()
return TExpressionList instead of TGroupingExpressionItemList after v1.4.3.3
|
TExpressionList |
TValueRowItem.getExprList() |
TExpressionList |
TTableHint.getExprList() |
TExpressionList |
TStubStmtSqlNode.getExprList() |
TExpressionList |
TGroupingExpressionItem.getExprList()
Deprecated.
|
TExpressionList |
TGroupByItem.getExprList()
Deprecated.
As of v1.6.4.9, use
TGroupByItem.getExpr() instead |
TExpressionList |
TCreateIndexSqlNode.getIndexPartition() |
TExpressionList |
TExecImmeNode.getIntoVariables() |
TExpressionList |
TRollupCube.getItems() |
TExpressionList |
TFromTable.getJoinExprList() |
TExpressionList |
TPartitionExtensionClause.getKeyValues() |
TExpressionList |
TTableSample.getOnExprList() |
TExpressionList |
TAnalyticFunction.getPartitionBy_ExprList()
Deprecated.
partitioning ::= PARTITION BY value[, value...]
|
TExpressionList |
TAlterTableOption.getSkewedLocations()
Hive, Impala, skewed location of SET SKEWED LOCATION clause
valid when
TAlterTableOption.getOptionType() is:
EAlterTableOptionType.skewedLocation |
TExpressionList |
TExecuteSqlNode.getStringValues() |
TExpressionList |
TDatatypeAttribute.getValue_list() |
TExpressionList |
TReturningClause.getVariableList() |
TExpressionList |
TSetSqlNode.getVariableValueList() |
TExpressionList |
TExpression.searchColumn(String columnName) |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TExpressionList node) |
void |
TParseTreeVisitor.preVisit(TExpressionList node) |
void |
TFunctionCall.setArgs(TExpressionList args) |
void |
TComputeClauseItem.setByExprlist(TExpressionList byExprlist) |
void |
TReturningClause.setColumnValueList(TExpressionList columnValueList) |
void |
TWhenClauseItem.setConditionList(TExpressionList conditionList) |
void |
TPartitionByClause.setExpressionList(TExpressionList expressionList)
Deprecated.
|
void |
TPartitionClause.setExpressionList(TExpressionList expressionList) |
void |
TSelectDistinct.setExpressionList(TExpressionList expressionList) |
void |
TExpression.setExprList(TExpressionList exprList) |
void |
TIntoClause.setExprList(TExpressionList exprList) |
void |
TTeradataWithClauseItem.setExprList(TExpressionList exprList) |
void |
TFunctionCall.setExprList(TExpressionList exprList) |
void |
TValueRowItem.setExprList(TExpressionList exprList) |
void |
TTableHint.setExprList(TExpressionList exprList) |
void |
TGroupByItem.setExprList(TExpressionList exprList) |
void |
TFunctionCall.setExtractXMLArg(TExpressionList exprList) |
void |
TCreateIndexSqlNode.setIndexPartition(TExpressionList indexPartition) |
void |
TExecImmeNode.setIntoVariables(TExpressionList intoVariables) |
void |
TRollupCube.setItems(TExpressionList items) |
void |
TFromTable.setJoinExprList(TExpressionList joinExprList) |
void |
TPartitionExtensionClause.setKeyValues(TExpressionList keyValues) |
void |
TTableSample.setOnExprList(TExpressionList onExprList) |
void |
TAnalyticFunction.setPartitionBy_ExprList(TExpressionList partitionBy_ExprList)
Deprecated.
|
void |
TAlterTableOption.setSkewedLocations(TExpressionList skewedLocations) |
void |
TTypeName.setTypeModifiers(TExpressionList exprList) |
void |
TDatatypeAttribute.setValue_list(TExpressionList value_list) |
void |
TReturningClause.setVariableList(TExpressionList variableList) |
void |
TSetSqlNode.setVariableValueList(TExpressionList variableValueList) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TArrayConstruct.getOperands() |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TDaxSummerizeColumns.getColumnExprList() |
Modifier and Type | Method and Description |
---|---|
TPTNodeList<TExpressionList> |
TDaxDatatable.getValuesList() |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
THiveDistributeBy.getExpressionList() |
TExpressionList |
THiveClusterBy.getExpressionList() |
TExpressionList |
THiveTransformClause.getExpressionList() |
TExpressionList |
THiveTableSkewed.getSkewedValues() |
Modifier and Type | Method and Description |
---|---|
void |
THiveDistributeBy.setExpressionList(TExpressionList expressionList) |
void |
THiveClusterBy.setExpressionList(TExpressionList expressionList) |
void |
THiveTransformClause.setExpressionList(TExpressionList expressionList) |
void |
THiveTableSkewed.setSkewedValues(TExpressionList skewedValues) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TMssqlRaiserrorSqlNode.getMsgs() |
TExpressionList |
TMssqlSetSqlNode.getVariable_expr_list() |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TGroupConcatParam.getExprList() |
Modifier and Type | Method and Description |
---|---|
void |
TGroupConcatParam.setExprList(TExpressionList exprList) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TIndexDefinition.getPartitionExprList() |
Modifier and Type | Method and Description |
---|---|
void |
TIndexDefinition.setPartitionExprList(TExpressionList partitionExprList) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TExpressionList node) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TCallStatement.getArgs() |
TExpressionList |
TOpenStmt.getCursorParameterNames() |
TExpressionList |
TLoopStmt.getCursorParameterNames() |
TExpressionList |
TLoopStmt.getExecuteUsingVars() |
TExpressionList |
TRaiseStmt.getExprList() |
TExpressionList |
TCreateIndexSqlStatement.getIndexPartition() |
TExpressionList |
TRaiseStmt.getOptions() |
TExpressionList |
TExecutePreparedStatement.getParameters() |
TExpressionList |
TFetchStmt.getVariableNames() |
TExpressionList |
TSetStmt.getVariableValueList() |
Modifier and Type | Method and Description |
---|---|
void |
TCallStatement.setArgs(TExpressionList args) |
void |
TOpenStmt.setCursorParameterNames(TExpressionList cursorParameterNames) |
void |
TLoopStmt.setCursorParameterNames(TExpressionList cursorParameterNames) |
void |
TLoopStmt.setExecuteUsingVars(TExpressionList executeUsingVars) |
void |
TRaiseStmt.setExprList(TExpressionList exprList) |
void |
TCreateIndexSqlStatement.setIndexPartition(TExpressionList indexPartition) |
void |
TRaiseStmt.setOptions(TExpressionList options) |
void |
TExecutePreparedStatement.setParameters(TExpressionList parameters) |
void |
TFetchStmt.setVariableNames(TExpressionList variableNames) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TDb2SetVariableStmt.getExprList() |
TExpressionList |
TDb2CallStmt.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
TDb2SetVariableStmt.setExprList(TExpressionList exprList) |
void |
TDb2CallStmt.setParameters(TExpressionList parameters) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TMssqlRaiserror.getArgs() |
TExpressionList |
TMssqlPrint.getMessages() |
TExpressionList |
TMssqlExecute.getStringValues() |
TExpressionList |
TMssqlSet.getVariable_expr_list() |
Modifier and Type | Method and Description |
---|---|
void |
TMssqlRaiserror.setArgs(TExpressionList args) |
void |
TMssqlPrint.setMessages(TExpressionList messages) |
void |
TMssqlExecute.setStringValues(TExpressionList stringValues) |
void |
TMssqlSet.setVariable_expr_list(TExpressionList variable_expr_list) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TMySQLCallStmt.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
TMySQLCallStmt.setParameters(TExpressionList parameters) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TPlsqlExecImmeStmt.getIntoVariables()
Into variable
|
TExpressionList |
TOracleExecuteProcedure.getProcedureParameters() |
Modifier and Type | Method and Description |
---|---|
void |
TPlsqlExecImmeStmt.setIntoVariables(TExpressionList intoVariables) |
void |
TOracleExecuteProcedure.setProcedureParameters(TExpressionList procedureParameters) |
Modifier and Type | Method and Description |
---|---|
TExpressionList |
TExecuteSqlStatement.getUsingVariables() |
Modifier and Type | Method and Description |
---|---|
void |
TExecuteSqlStatement.setUsingVariables(TExpressionList usingVariables) |
Copyright © 2019. All rights reserved.