Uses of Enum
gudusoft.gsqlparser.ETablePartitionType
Packages that use ETablePartitionType
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 represents various SQL query parse tree node.
-
Uses of ETablePartitionType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ETablePartitionTypeModifier and TypeMethodDescriptionstatic ETablePartitionTypeReturns the enum constant of this type with the specified name.static ETablePartitionType[]ETablePartitionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETablePartitionType in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as ETablePartitionTypeModifier and TypeFieldDescriptionprotected ETablePartitionTypeTBaseTablePartition.tablePartitionTypeMethods in gudusoft.gsqlparser.nodes that return ETablePartitionTypeModifier and TypeMethodDescriptionTBaseTablePartition.getTablePartitionType()TPartitionDefinition.getTablePartitionType()