$sqlite->splitIdentifier()
Splits a (qualified) identifier into table and column
$sqlite->splitIdentifier($table, $identifier): arrayParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $table * | – | string Default table if the identifier is not qualified | |
| $identifier * | – | string | 
Return type
array
Exceptions
| Type | Description | 
|---|---|
| Kirby\Exception\InvalidArgumentException | if an invalid identifier is given | 
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql