| Total Complexity | 5 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class SqliteQueryBuilder extends AbstractQueryBuilder |
||
| 14 | { |
||
| 15 | const MULTIPLE_QUERY_IMPORT_LIMIT = 100; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | private function getQueryHead() |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Returns the array of insert queries |
||
| 45 | * @param string $mode |
||
| 46 | * |
||
| 47 | * @return array |
||
| 48 | */ |
||
| 49 | public function getQueries($mode = 'multiple') |
||
| 60 |