|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TExpressionList | |
---|---|
gudusoft.gsqlparser.nodes | |
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.mssql | |
gudusoft.gsqlparser.stmt.oracle |
Uses of TExpressionList in gudusoft.gsqlparser.nodes |
---|
Methods in gudusoft.gsqlparser.nodes that return TExpressionList | |
---|---|
TExpressionList |
TFunctionCall.getArgs()
|
TExpressionList |
TReturningClause.getColumnValueList()
|
TExpressionList |
TPartitionClause.getExpressionList()
|
TExpressionList |
TSelectDistinct.getExpressionList()
|
TExpressionList |
TExpression.getExprList()
|
TExpressionList |
TGroupingExpressionItem.getExprList()
|
TExpressionList |
TIntoClause.getExprList()
|
TExpressionList |
TSetSqlNode.getExprList()
|
TExpressionList |
TStubStmtSqlNode.getExprList()
|
TExpressionList |
TTeradataWithClauseItem.getExprList()
|
TExpressionList |
TAnalyticFunction.getPartitionBy_ExprList()
|
TExpressionList |
TExecuteSqlNode.getStringValues()
|
TExpressionList |
TReturningClause.getVariableList()
|
Methods in gudusoft.gsqlparser.nodes with parameters of type TExpressionList | |
---|---|
void |
TParseTreeVisitor.postVisit(TExpressionList node)
|
void |
TParseTreeVisitor.preVisit(TExpressionList node)
|
void |
TFunctionCall.setArgs(TExpressionList args)
|
void |
TExpression.setExprList(TExpressionList exprList)
|
void |
TFunctionCall.setExtractXMLArg(TExpressionList exprList)
|
void |
TAnalyticFunction.setPartitionBy_ExprList(TExpressionList partitionBy_ExprList)
|
Uses of TExpressionList in gudusoft.gsqlparser.stmt.db2 |
---|
Methods in gudusoft.gsqlparser.stmt.db2 that return TExpressionList | |
---|---|
TExpressionList |
TDb2SetVariableStmt.getExprList()
|
TExpressionList |
TDb2CallStmt.getParameters()
|
Uses of TExpressionList in gudusoft.gsqlparser.stmt.mssql |
---|
Methods in gudusoft.gsqlparser.stmt.mssql that return TExpressionList | |
---|---|
TExpressionList |
TMssqlRaiserror.getArgs()
|
TExpressionList |
TMssqlPrint.getMessages()
|
TExpressionList |
TMssqlRaiserrorSqlNode.getMsgs()
|
TExpressionList |
TMssqlExecute.getStringValues()
|
Uses of TExpressionList in gudusoft.gsqlparser.stmt.oracle |
---|
Methods in gudusoft.gsqlparser.stmt.oracle that return TExpressionList | |
---|---|
TExpressionList |
TPlsqlLoopStmt.getCursorParameterNames()
|
TExpressionList |
TPlsqlOpenStmt.getCursorParameterNames()
|
TExpressionList |
TExecImmeNode.getIntoVariables()
|
TExpressionList |
TPlsqlExecImmeStmt.getIntoVariables()
|
TExpressionList |
TOracleExecuteProcedure.getProcedureParameters()
|
TExpressionList |
TPlsqlFetchStmt.getVariableNames()
|
Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TExpressionList | |
---|---|
void |
TPlsqlLoopStmt.setCursorParameterNames(TExpressionList cursorParameterNames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |