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 | Field and Description |
---|---|
protected TExceptionClause |
TBlockSqlNode.exceptionClause |
Modifier and Type | Method and Description |
---|---|
TExceptionClause |
TCreateFunctionSqlNode.getExceptionClause() |
TExceptionClause |
TCreateProcedureSqlNode.getExceptionClause() |
TExceptionClause |
TBlockSqlNode.getExceptionClause() |
TExceptionClause |
TCreatePackageSqlNode.getExceptionClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TExceptionClause node) |
void |
TParseTreeVisitor.preVisit(TExceptionClause node) |
void |
TCreateFunctionSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
void |
TCreateProcedureSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
void |
TBlockSqlNode.setExceptionClause(TExceptionClause exceptionClause) |
void |
TCreatePackageSqlNode.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 | Field and Description |
---|---|
protected TExceptionClause |
TBlockSqlStatement.exceptionClause |
Modifier and Type | Method and Description |
---|---|
TExceptionClause |
TBlockSqlStatement.getExceptionClause() |
Modifier and Type | Method and Description |
---|---|
void |
TBlockSqlStatement.setExceptionClause(TExceptionClause exceptionClause) |