Uses of Enum
gudusoft.gsqlparser.stmt.mssql.TCreatePartitionFunctionStmt.PartitionRangeType
Packages that use TCreatePartitionFunctionStmt.PartitionRangeType
-
Uses of TCreatePartitionFunctionStmt.PartitionRangeType in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return TCreatePartitionFunctionStmt.PartitionRangeTypeModifier and TypeMethodDescriptionTCreatePartitionFunctionSqlNode.getPartitionRangeType(TSourceToken token) TCreatePartitionFunctionSqlNode.getRangeType() -
Uses of TCreatePartitionFunctionStmt.PartitionRangeType in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return TCreatePartitionFunctionStmt.PartitionRangeTypeModifier and TypeMethodDescriptionTCreatePartitionFunctionStmt.getRangeType()Returns the enum constant of this type with the specified name.TCreatePartitionFunctionStmt.PartitionRangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.