Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr 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.oracle | |
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
gudusoft.gsqlparser.stmt.db2 | |
gudusoft.gsqlparser.stmt.hive | |
gudusoft.gsqlparser.stmt.mdx | |
gudusoft.gsqlparser.stmt.mysql | |
gudusoft.gsqlparser.stmt.oracle |
Modifier and Type | Field and Description |
---|---|
TStatementList |
TGSqlParser.sqlstatements
SQL statements generated by this parser from the input SQL script.
|
Modifier and Type | Method and Description |
---|---|
TStatementList |
TGSqlParser.getSqlstatements()
A list of SQL statements created by the parser.
|
TStatementList |
TCustomSqlStatement.getStatements()
Saves all first level sub statements.
|
Modifier and Type | Method and Description |
---|---|
TStatementList |
TCaseExpression.getElse_statement_list() |
TStatementList |
TWhenClauseItem.getStatement_list() |
TStatementList |
TExceptionHandler.getStatements()
These associated statements are executed when any exception in the
TExceptionHandler.getExceptionNames() list is raised. |
TStatementList |
TElseIfSqlNode.getStmts() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TStatementList node) |
void |
TParseTreeVisitor.preVisit(TStatementList node) |
void |
TCaseExpression.setElse_statement_list(TStatementList else_statement_list) |
void |
TWhenClauseItem.setStatement_list(TStatementList statement_list) |
void |
TExceptionHandler.setStatements(TStatementList statements) |
void |
TElseIfSqlNode.setStmts(TStatementList stmts) |
Modifier and Type | Method and Description |
---|---|
TStatementList |
TTimingPoint.getBodyStatements() |
Modifier and Type | Method and Description |
---|---|
void |
TTimingPoint.setBodyStatements(TStatementList bodyStatements) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TStatementList stmts) |
Modifier and Type | Method and Description |
---|---|
TStatementList |
TBlockSqlStatement.getBodyStatements() |
TStatementList |
TStoredProcedureSqlStatement.getDeclareStatements() |
TStatementList |
TIfStmt.getElseifStatements() |
TStatementList |
TIfStmt.getElseStatements() |
TStatementList |
TElsifStmt.getThenStatements() |
TStatementList |
TIfStmt.getThenStatements() |
Modifier and Type | Method and Description |
---|---|
void |
TBlockSqlStatement.setBodyStatements(TStatementList bodyStatements) |
void |
TStoredProcedureSqlStatement.setDeclareStatements(TStatementList declareStatements) |
void |
TIfStmt.setElseifStatements(TStatementList elseifStatements) |
void |
TIfStmt.setElseStatements(TStatementList elseStatements) |
void |
TElsifStmt.setThenStatements(TStatementList thenStatements) |
void |
TIfStmt.setThenStatements(TStatementList thenStatements) |
Modifier and Type | Method and Description |
---|---|
TStatementList |
TDb2CaseStmt.getElseStatementList() |
TStatementList |
TDb2IfStmt.getElseStmts() |
TStatementList |
TDb2IfStmt.getThenStmts() |
Modifier and Type | Method and Description |
---|---|
void |
TDb2CaseStmt.setElseStatementList(TStatementList elseStatementList) |
void |
TDb2IfStmt.setElseStmts(TStatementList elseStmts) |
void |
TDb2IfStmt.setThenStmts(TStatementList thenStmts) |
Modifier and Type | Method and Description |
---|---|
TStatementList |
THiveFromQuery.getHiveBodyList() |
Modifier and Type | Method and Description |
---|---|
void |
THiveFromQuery.setHiveBodyList(TStatementList hiveBodyList) |
Modifier and Type | Method and Description |
---|---|
TStatementList |
TMdxScope.getStatementList() |
Modifier and Type | Method and Description |
---|---|
TStatementList |
TMySQLCreateTrigger.getBodyStatements()
Deprecated.
Statements in body.
|
TStatementList |
TMySQLCaseStmt.getDefaultStatementList() |
TStatementList |
TMySQLIfStmt.getDefaultStmts() |
TStatementList |
TMySQLIfStmt.getThenStmts() |
Modifier and Type | Method and Description |
---|---|
void |
TMySQLCreateTrigger.setBodyStatements(TStatementList bodyStatements)
Deprecated.
|
void |
TMySQLCaseStmt.setDefaultStatementList(TStatementList defaultStatementList) |
void |
TMySQLIfStmt.setDefaultStmts(TStatementList defaultStmts) |
void |
TMySQLIfStmt.setThenStmts(TStatementList thenStmts) |
Modifier and Type | Method and Description |
---|---|
TStatementList |
TPlsqlExecImmeStmt.getDynamicStatements() |
TStatementList |
TPlsqlCreateProcedure.getInnerStatements() |
Modifier and Type | Method and Description |
---|---|
void |
TPlsqlExecImmeStmt.setDynamicStatements(TStatementList dynamicStatements) |
void |
TPlsqlCreateProcedure.setInnerStatements(TStatementList innerStatements) |
Copyright © 2019. All rights reserved.