Uses of Class
gudusoft.gsqlparser.nodes.TTypeAttributeList

Packages that use TTypeAttributeList
gudusoft.gsqlparser.nodes   
gudusoft.gsqlparser.stmt.oracle   
 

Uses of TTypeAttributeList in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TTypeAttributeList
 void TParseTreeVisitor.postVisit(TTypeAttributeList node)
           
 void TParseTreeVisitor.preVisit(TTypeAttributeList node)
           
 

Uses of TTypeAttributeList in gudusoft.gsqlparser.stmt.oracle
 

Methods in gudusoft.gsqlparser.stmt.oracle that return TTypeAttributeList
 TTypeAttributeList TPlsqlCreateType.getAttributes()
          List of attribute definition of this object type.
 

Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TTypeAttributeList
 void TPlsqlCreateType.setAttributes(TTypeAttributeList attributes)