Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TErrorLoggingClause |
TInsertSqlNode.getErrorLoggingClause() |
TErrorLoggingClause |
TMergeSqlNode.getErrorLoggingClause() |
TErrorLoggingClause |
TUpdateSqlNode.getErrorLoggingClause() |
TErrorLoggingClause |
TDeleteSqlNode.getErrorLoggingClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TErrorLoggingClause node) |
void |
TParseTreeVisitor.preVisit(TErrorLoggingClause node) |
void |
TInsertSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
void |
TMergeSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
void |
TUpdateSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
void |
TDeleteSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
Modifier and Type | Method and Description |
---|---|
TErrorLoggingClause |
TMergeSqlStatement.getErrorLoggingClause()
Oracle error logging clause.
|
TErrorLoggingClause |
TInsertSqlStatement.getErrorLoggingClause()
Oracle error logging clause
|
TErrorLoggingClause |
TDeleteSqlStatement.getErrorLoggingClause()
Oracle error logging clause
|
TErrorLoggingClause |
TUpdateSqlStatement.getErrorLoggingClause()
Oracle, error logging clause
|
Modifier and Type | Method and Description |
---|---|
void |
TMergeSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
void |
TInsertSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
void |
TDeleteSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
void |
TUpdateSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) |
Copyright © 2019. All rights reserved.