$sqlite->validateColumn()
Validates a given column name in a table
Parameters
Name | Type | Default |
---|---|---|
$table * | string |
– |
$column * | string |
– |
Return type
bool
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
If the column is invalid |
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql