@@ -81,6 +81,7 @@ discard block |
||
81 | 81 | |
82 | 82 | /** |
83 | 83 | * {@inheritDoc} |
84 | + * @param boolean $from |
|
84 | 85 | */ |
85 | 86 | public function getSubstringExpression($value, $from, $length = null) |
86 | 87 | { |
@@ -192,6 +193,8 @@ discard block |
||
192 | 193 | |
193 | 194 | /** |
194 | 195 | * {@inheritdoc} |
196 | + * @param string $tableName |
|
197 | + * @param string $columnName |
|
195 | 198 | */ |
196 | 199 | public function getIdentitySequenceName($tableName, $columnName) |
197 | 200 | { |
@@ -668,6 +671,9 @@ discard block |
||
668 | 671 | |
669 | 672 | /** |
670 | 673 | * {@inheritdoc} |
674 | + * @param string $tableName |
|
675 | + * @param string $columnName |
|
676 | + * @param string $comment |
|
671 | 677 | */ |
672 | 678 | public function getCommentOnColumnSQL($tableName, $columnName, $comment) |
673 | 679 | { |