final class ExpressionCursor
Restricted visibility: declared "@visibility ZtdQuery\Platform\Sqlite". Code outside that scope must not name this declaration.

Shares the token position across precedence levels of one expression parse.

Properties§

public int $index = 0

Index of the next unconsumed significant 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,
)

Parameters

$sqlstring
$tableNamestring
$tokenslist<SqlToken>Significant tokens in the original SQL.

Test cases 21§

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 20

Relations§

Instantiated in 1
Type declarations 4