Uses of Class
gudusoft.gsqlparser.nodes.TMergeInsertClause
Packages that use TMergeInsertClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TMergeInsertClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TMergeInsertClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TMergeInsertClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TMergeInsertClause node) voidTParseTreeVisitor.preVisit(TMergeInsertClause node) voidTMergeWhenClause.setInsertClause(TMergeInsertClause insertClause) -
Uses of TMergeInsertClause in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TMergeInsertClauseModifier and TypeMethodDescriptionvoidTAttributeResolver.postVisit(TMergeInsertClause node) voidTRelationResolver.postVisit(TMergeInsertClause node) voidTAttributeResolver.preVisit(TMergeInsertClause node) voidTRelationResolver.preVisit(TMergeInsertClause node) -
Uses of TMergeInsertClause in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 with parameters of type TMergeInsertClause -
Uses of TMergeInsertClause in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TMergeInsertClause -
Uses of TMergeInsertClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TMergeInsertClauseModifier and TypeMethodDescriptionTMergeSqlStatement.getInsertClause()This method is not used, useTMergeSqlStatement.getWhenClauses()instead.Methods in gudusoft.gsqlparser.stmt with parameters of type TMergeInsertClauseModifier and TypeMethodDescriptionvoidTMergeSqlStatement.setInsertClause(TMergeInsertClause insertClause)