1 | <?php |
||
14 | final class FallbackGateway implements Gateway |
||
15 | { |
||
16 | /** @var \Doctrine\DBAL\Connection */ |
||
17 | private $connection; |
||
18 | |||
19 | public function __construct(Connection $connection) |
||
23 | |||
24 | public function getColumnNextIntegerValue( |
||
31 | |||
32 | public function getLastInsertedId(string $sequenceName): int |
||
36 | } |
||
37 |