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

Shares a cursor across recursive UPSERT grammar productions.

Properties§

public int $index = 0

Index of the next significant expression token.

public string $sql
public string $tableName
public list<SqlToken> $tokens

Methods§

public function __construct(
    public string $sql,
    public string $tableName,
    public list<SqlToken> $tokens,
)

Retains the source and its significant tokens for syntax diagnostics.

Parameters

$sqlstring
$tableNamestring
$tokenslist<SqlToken>

Test cases 19§

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

Dedicated tests 1
Other tests reaching this symbol 18

Relations§

Instantiated in 1
Type declarations 3