Uses of Class
gudusoft.gsqlparser.ETableSource

Packages that use ETableSource
gudusoft.gsqlparser   
gudusoft.gsqlparser.nodes   
 

Uses of ETableSource in gudusoft.gsqlparser
 

Methods in gudusoft.gsqlparser that return ETableSource
static ETableSource ETableSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ETableSource[] ETableSource.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ETableSource in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return ETableSource
 ETableSource TFromTable.getFromtableType()
           
 ETableSource TTable.getTableType()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type ETableSource
 void TTable.setTableType(ETableSource tableType)