Uses of Class
gudusoft.gsqlparser.stmt.oracle.TPlsqlCreateType

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

Uses of TPlsqlCreateType in gudusoft.gsqlparser.nodes
 

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

Uses of TPlsqlCreateType in gudusoft.gsqlparser.stmt.oracle
 

Methods in gudusoft.gsqlparser.stmt.oracle that return TPlsqlCreateType
 TPlsqlCreateType TPlsqlCreateType_Placeholder.getObjectStatement()
          Valid only when kind = TBaseType.kind_create or kind = TBaseType.kind_create_incomplete Represents a statement that create the specification of an object type.