$sqlite->combineIdentifier()
Combines an identifier (table and column)
$sqlite->combineIdentifier(string $table, string $column, bool $values = false): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $tablerequired | string |
no default value | |
| $columnrequired | string |
no default value | |
| $values | bool |
false
|
Whether the identifier is going to be used for a VALUES clause; only relevant for SQLite |
Return type
string
This method modifies the existing $sqlite object it is applied to and returns it again.