Property | Type | Description | |
---|---|---|---|
$OPTIONS | array | All field options. | |
$expr | The expression used to defined this partition. | ||
$isSubpartition | boolean | Whether this entry is a subpartition or a partition. | |
$name | string | The name of this partition. | |
$options | The options of this field. | ||
$subpartitions | The subpartitions of this partition. | ||
$type | string | The type of this partition (what follows the VALUES keyword). |
Method | Description | |
---|---|---|
build ( |
||
parse ( |
public Expression,SqlParser\Components|string $expr | ||
return |
public bool $isSubpartition | ||
return | boolean |
public OptionsArray,SqlParser\Components $options | ||
return |
public PartitionDefinition[],SqlParser\Components $subpartitions | ||
return |
public string $type | ||
return | string |