SubPartition
class SubPartition (View source)
Represents a sub partition of a table
Properties
protected string|null | $name | ||
protected int|null | $ordinal | ||
protected string|null | $method | ||
protected string|null | $expression | ||
protected int | $rows | ||
protected int | $dataLength | ||
protected int | $indexLength | ||
protected string | $comment |
Methods
__construct(array $row)
Constructs a partition
void
loadCommonData(array $row)
Loads some data that is common to both partitions and sub partitions
string|null
getName()
Return the partition name
int|null
getOrdinal()
Return the ordinal of the partition
string|null
getMethod()
Returns the partition method
string|null
getExpression()
Returns the partition expression
int
getRows()
Returns the number of data rows
int
getDataLength()
Returns the data length
int
getIndexLength()
Returns the index length
string
getComment()
Returns the partition comment
Details
__construct(array $row)
Constructs a partition
protected void
loadCommonData(array $row)
Loads some data that is common to both partitions and sub partitions
string|null
getName()
Return the partition name
int|null
getOrdinal()
Return the ordinal of the partition
string|null
getMethod()
Returns the partition method
string|null
getExpression()
Returns the partition expression
int
getRows()
Returns the number of data rows
int
getDataLength()
Returns the data length
int
getIndexLength()
Returns the index length
string
getComment()
Returns the partition comment