Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.oracle | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TExceptionClause |
TCreateProcedureSqlNode.getExceptionClause() |
TExceptionClause |
TCreateFunctionSqlNode.getExceptionClause() |
TExceptionClause |
TCreatePackageSqlNode.getExceptionClause() |
TExceptionClause |
TBlockSqlNode.getExceptionClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TExceptionClause node) |
void |
TParseTreeVisitor.preVisit(TExceptionClause node) |
void |
TCreateProcedureSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
void |
TCreateFunctionSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
void |
TCreatePackageSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
void |
TBlockSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
Modifier and Type | Method and Description |
---|---|
TExceptionClause |
TTimingPoint.getExceptionClause() |
TExceptionClause |
TConstructorBody.getExceptionClause() |
Modifier and Type | Method and Description |
---|---|
void |
TTimingPoint.setExceptionClause(TExceptionClause exceptionClause) |
Modifier and Type | Method and Description |
---|---|
TExceptionClause |
TCommonStoredProcedureSqlStatement.getExceptionClause()
Including a list of
TExceptionHandler that process raised exceptions. |
Modifier and Type | Method and Description |
---|---|
void |
TCommonStoredProcedureSqlStatement.setExceptionClause(TExceptionClause exceptionClause) |
Copyright © 2019. All rights reserved.