Uses of Enum
gudusoft.gsqlparser.nodes.snowflake.ESemanticViewClauseType
Packages that use ESemanticViewClauseType
-
Uses of ESemanticViewClauseType in gudusoft.gsqlparser.nodes.snowflake
Methods in gudusoft.gsqlparser.nodes.snowflake that return ESemanticViewClauseTypeModifier and TypeMethodDescriptionTSemanticViewClause.getClauseType()static ESemanticViewClauseTypeReturns the enum constant of this type with the specified name.static ESemanticViewClauseType[]ESemanticViewClauseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.nodes.snowflake with parameters of type ESemanticViewClauseTypeModifier and TypeMethodDescriptionvoidTSemanticViewClause.setClauseType(ESemanticViewClauseType clauseType)