Uses of Class
gudusoft.gsqlparser.stmt.TSetSchemaStmt
Packages that use TSetSchemaStmt
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TSetSchemaStmt in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TSetSchemaStmtModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TSetSchemaStmt node) voidTParseTreeVisitor.preVisit(TSetSchemaStmt node) -
Uses of TSetSchemaStmt in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TSetSchemaStmtModifier and TypeMethodDescriptionvoidTDatabaseObjectResolver.preVisit(TSetSchemaStmt node) Processes SET SCHEMA statements to update the current schema context.