Uses of Class
gudusoft.gsqlparser.nodes.oracle.TErrorLoggingClause
Packages that use TErrorLoggingClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TErrorLoggingClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TErrorLoggingClauseModifier and TypeMethodDescriptionTDeleteSqlNode.getErrorLoggingClause()TInsertSqlNode.getErrorLoggingClause()TMergeSqlNode.getErrorLoggingClause()TUpdateSqlNode.getErrorLoggingClause()Methods in gudusoft.gsqlparser.nodes with parameters of type TErrorLoggingClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TErrorLoggingClause node) voidTParseTreeVisitor.preVisit(TErrorLoggingClause node) voidTDeleteSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) voidTInsertSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) voidTMergeSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) voidTUpdateSqlNode.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) -
Uses of TErrorLoggingClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TErrorLoggingClauseModifier and TypeMethodDescriptionTDeleteSqlStatement.getErrorLoggingClause()Oracle error logging clauseTInsertSqlStatement.getErrorLoggingClause()Oracle error logging clauseTMergeSqlStatement.getErrorLoggingClause()Oracle error logging clause.TUpdateSqlStatement.getErrorLoggingClause()Oracle, error logging clauseMethods in gudusoft.gsqlparser.stmt with parameters of type TErrorLoggingClauseModifier and TypeMethodDescriptionvoidTDeleteSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) voidTInsertSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) voidTMergeSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause) voidTUpdateSqlStatement.setErrorLoggingClause(TErrorLoggingClause errorLoggingClause)