Uses of Class
gudusoft.gsqlparser.nodes.TOutputClause
Packages that use TOutputClause
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
-
Uses of TOutputClause in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TOutputClauseMethods in gudusoft.gsqlparser with parameters of type TOutputClauseModifier and TypeMethodDescriptionvoidTCustomSqlStatement.setOutputClause(TOutputClause outputClause) -
Uses of TOutputClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TOutputClauseModifier and TypeMethodDescriptionTDeleteSqlNode.getOutputClause()TInsertSqlNode.getOutputClause()TMergeSqlNode.getOutputClause()TUpdateSqlNode.getOutputClause()Methods in gudusoft.gsqlparser.nodes with parameters of type TOutputClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TOutputClause node) voidTParseTreeVisitor.preVisit(TOutputClause node) voidTDeleteSqlNode.setOutputClause(TOutputClause outputClause) voidTInsertSqlNode.setOutputClause(TOutputClause outputClause) voidTMergeSqlNode.setOutputClause(TOutputClause outputClause) voidTUpdateSqlNode.setOutputClause(TOutputClause outputClause) -
Uses of TOutputClause in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 with parameters of type TOutputClause