1 | <?php |
||
9 | class SmallInt extends AbstractMySqlIntegerCase |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | 15 | protected function minSignedValue() |
|
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | 12 | protected function maxSignedValue() |
|
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | 9 | protected function maxUnsignedValue() |
|
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | 12 | protected function minUnSignedValue() |
|
42 | } |
||
43 |