Identifier
- Full name:
\Qubus\Expressive\Identifier
- Parent class:
\Qubus\Expressive\Expression
Methods
handle
Handles identifier quoting.
Parameters:
Parameter | Type | Description |
---|---|---|
$connection | mixed |
Return Value:
$connection quoted identifier
Inherited methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$value | mixed | expression value |
value
Get the expression value as a string.
$sql = $expression->value();
__toString
Return the value of the expression as a string.
echo $expression;
Automatically generated on 2025-10-13