1 | <?php |
||
4 | class BlobColumn extends AbstractColumnDefinition |
||
5 | { |
||
6 | /** |
||
7 | * |
||
8 | * @var int |
||
9 | */ |
||
10 | protected $characterOctetLength = null; |
||
11 | |||
12 | /** |
||
13 | * @return int|null the $characterOctetLength |
||
14 | */ |
||
15 | public function getCharacterOctetLength() |
||
19 | |||
20 | /** |
||
21 | * @param int $characterOctetLength the $characterOctetLength to set |
||
22 | * @return BlobColumn |
||
23 | */ |
||
24 | public function setCharacterOctetLength($characterOctetLength) |
||
29 | } |
||
30 |