Uses of Class
gudusoft.gsqlparser.EKeyReferenceType

Packages that use EKeyReferenceType
gudusoft.gsqlparser   
gudusoft.gsqlparser.nodes   
 

Uses of EKeyReferenceType in gudusoft.gsqlparser
 

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

Uses of EKeyReferenceType in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return EKeyReferenceType
 EKeyReferenceType TKeyReference.getReferenceType()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type EKeyReferenceType
 void TKeyReference.setReferenceType(EKeyReferenceType referenceType)