A simple container for bind variables
This container also handles validation of the bind values.
package | ArangoDBClient |
---|---|
since | 0.2 |
get(string $name) : mixed
string
mixed
- 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.
string
integer
array
string
\ArangoDBClient\ClientException |
---|
$_values : array
array()