1 | <?php |
||
30 | trait PartitionTrait |
||
31 | { |
||
32 | use AbstractTrait; |
||
33 | |||
34 | /** |
||
35 | * {@inheritDoc} |
||
36 | */ |
||
37 | public function partition($partitionNames) |
||
49 | |||
50 | /** |
||
51 | * Build PARTITION |
||
52 | * |
||
53 | * @param string $prefix |
||
54 | * @param array $settings |
||
55 | * @return string |
||
56 | * @access protected |
||
57 | */ |
||
58 | protected function buildPartition( |
||
70 | } |
||
71 |