| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes.mssql | |
| gudusoft.gsqlparser.stmt.mssql |
| Modifier and Type | Method and Description |
|---|---|
static TCreatePartitionFunctionStmt.PartitionRangeType |
TCreatePartitionFunctionSqlNode.getPartitionRangeType(TSourceToken token) |
TCreatePartitionFunctionStmt.PartitionRangeType |
TCreatePartitionFunctionSqlNode.getRangeType() |
| Modifier and Type | Method and Description |
|---|---|
TCreatePartitionFunctionStmt.PartitionRangeType |
TCreatePartitionFunctionStmt.getRangeType() |
static TCreatePartitionFunctionStmt.PartitionRangeType |
TCreatePartitionFunctionStmt.PartitionRangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCreatePartitionFunctionStmt.PartitionRangeType[] |
TCreatePartitionFunctionStmt.PartitionRangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|