final class ExpressionLexeme
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

Expression lexeme for the supported UPSERT expression grammar.

Methods§

public function isSymbol(SqlToken $token, list<string> $symbols): bool

Parameters

$tokenSqlToken
$symbolslist<string>

Returns

bool
Test cases 1
Called from 8
Calls 2
public function number(string $literal): int|float
public function string(string $literal): string

Test cases 14§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 5
Other tests reaching this symbol 9

Relations§

Instantiated in 14
Method calls 14