Uses of Class
gudusoft.gsqlparser.stmt.oracle.TPlsqlCreateType
Packages that use TPlsqlCreateType
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TPlsqlCreateType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TPlsqlCreateTypeModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TPlsqlCreateType node) voidTParseTreeVisitor.preVisit(TPlsqlCreateType node) -
Uses of TPlsqlCreateType in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TPlsqlCreateTypeModifier and TypeMethodDescriptionTPlsqlCreateType_Placeholder.getObjectStatement()Valid only when kind =TBaseType.kind_createor kind =TBaseType.kind_create_incompleteRepresents a statement that create the specification of an object type.Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TPlsqlCreateTypeModifier and TypeMethodDescriptionvoidTPlsqlCreateType_Placeholder.setObjectStatement(TPlsqlCreateType objectStatement)