$sqlite->combineIdentifier()
Combines an identifier (table and column)
$sqlite->combineIdentifier(string $table, string $column, bool $values = false): stringParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $table * | string | – | string | 
| $column * | string | – | string | 
| $values | bool | false | boolean Whether the identifier is going to be used for a VALUES clause; only relevant for SQLite | 
Return type
string