$sqlite->valueSet()
Creates a set of values
$sqlite->valueSet(string $table, array|string $values, string $separator = ',', bool $enforceQualified = false): array
Parameters
| Name | Type | Default |
|---|---|---|
| $table * | string |
– |
| $values * | array|string |
– |
| $separator | string |
',' |
| $enforceQualified | bool |
false |
Return type
array
Parent class
Kirby\Database\Sql\Sqlite inherited from Kirby\Database\Sql