| 1 | <?php |
||
| 14 | class SQLiteReference extends AbstractReference |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function sqlStatement(Driver $driver): string |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param string $table |
||
| 37 | * @param string $tablePrefix |
||
| 38 | * @param array $schema |
||
| 39 | * |
||
| 40 | * @return SQLiteReference |
||
| 41 | */ |
||
| 42 | public static function createInstance(string $table, string $tablePrefix, array $schema): self |
||
| 56 | } |
||
| 57 |