mini\Parsing\SQL\SqlParser::parseNumberOrPlaceholder() Method

private

Signature

private function parseNumberOrPlaceholder(string $context): mini\Parsing\SQL\AST\ASTNode

Parameters

Name Type Default Description
$context string required Documentation missing

Returns

mini\Parsing\SQL\AST\ASTNode

Documentation

Parse a number or placeholder (for LIMIT/OFFSET/FETCH)

Source

src/Parsing/SQL/SqlParser.php:962-978