Uses of Enum
gudusoft.gsqlparser.ESetOperatorType
Packages that use ESetOperatorType
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represent various SQL statements.
-
Uses of ESetOperatorType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ESetOperatorTypeModifier and TypeMethodDescriptionstatic ESetOperatorTypeReturns the enum constant of this type with the specified name.static ESetOperatorType[]ESetOperatorType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESetOperatorType in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return ESetOperatorType -
Uses of ESetOperatorType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return ESetOperatorTypeMethods in gudusoft.gsqlparser.stmt with parameters of type ESetOperatorTypeModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setSetOperatorType(ESetOperatorType setOperatorType)