A simple container for bind variables
This container also handles validation of the bind values.
| package | ArangoDBClient |
|---|---|
| since | 0.2 |
get(string $name) : mixed
stringmixed- value of bind variablegetAll() : array
array- array of all registered bind variablesgetCount() : integer
integer- number of bind variables registeredset(string|integer|array $name, string $value = null) : void
This will also validate the bind values.
Allowed value types for bind parameters are string, int, double, bool and array. Arrays must not contain any other than these types.
stringintegerarraystring\ArangoDBClient\ClientException |
|---|
$_values : array
array()