Uses of Class
gudusoft.gsqlparser.nodes.TTypeAttributeList
Packages that use TTypeAttributeList
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TTypeAttributeList in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TTypeAttributeListModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TTypeAttributeList node) voidTParseTreeVisitor.preVisit(TTypeAttributeList node) -
Uses of TTypeAttributeList in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TTypeAttributeListModifier and TypeMethodDescriptionTPlsqlCreateType.getTypeAttributes()List of attribute definition of this object type.Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TTypeAttributeListModifier and TypeMethodDescriptionvoidTPlsqlCreateType.setAttributes(TTypeAttributeList attributes)