$sqlite->bindingName()
Returns a randomly generated binding name
$sqlite->bindingName(string $label): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $labelrequired | string |
no default value | String that only contains alphanumeric chars and underscores to use as a human-readable identifier |
Return type
string
Binding name that is guaranteed to be unique for this connection
This method modifies the existing $sqlite object it is applied to and returns it again.
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql