mini\Parsing\SQL\SqlRenderer::renderLimitOffset() Method

private

Signature

private function renderLimitOffset(?mini\Parsing\SQL\AST\ASTNode $limit, ?mini\Parsing\SQL\AST\ASTNode $offset): string

Parameters

Name Type Default Description
$limit ?mini\Parsing\SQL\AST\ASTNode required Documentation missing
$offset ?mini\Parsing\SQL\AST\ASTNode required Documentation missing

Returns

string

Documentation

Render LIMIT/OFFSET clause based on dialect

Source

src/Parsing/SQL/SqlRenderer.php:247-273