Skip to content

Identifier

Methods

handle

Handles identifier quoting.

public handle(mixed $connection): \Qubus\Expressive\Connection

Parameters:

Parameter Type Description
$connection mixed

Return Value:

$connection quoted identifier


Inherited methods

__construct

public __construct(mixed $value): mixed

Parameters:

Parameter Type Description
$value mixed expression value

value

Get the expression value as a string.

public value(): string

$sql = $expression->value();


__toString

Return the value of the expression as a string.

public __toString(): string

echo $expression;



Automatically generated on 2025-10-13