| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 87.5% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class PostgresInsertQuery extends InsertQuery implements MapperProvider |
||
| 14 | { |
||
| 15 | use Returning; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param Driver $driver |
||
| 19 | * @param TypeProvider $types |
||
| 20 | * @param Table $table |
||
| 21 | */ |
||
| 22 | 1 | public function __construct(Driver $driver, TypeProvider $types, Table $table) |
|
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @inheritdoc |
||
| 31 | */ |
||
| 32 | 1 | public function getSQL(): string |
|
| 41 |