$mysql->combineIdentifier()
Combines an identifier (table and column)
Parameters
Name | Type | Default | Description |
---|---|---|---|
$table * | string |
– | |
$column * | string |
– | |
$values | bool |
false |
bool Whether the identifier is going to be used for a VALUES clause; only relevant for SQLite |
Return type
string
Parent class
Kirby\Database\Sql\Mysql
inherited from Kirby\Database\Sql