Execute the paginated query for the current page
Exit pagination mode
Get current page (1-indexed for display)
Get current state
Get the total number of pages
Handle user input during pagination
true if the input was handled, false otherwise
Check if pagination is currently active
Show navigation hint
Initialize pagination for a query
StaticprepareStrip trailing semicolon from SQL for pagination
StaticshouldCheck if a query should use pagination
The SQL query
The total row count
The configured page size (0 = disabled)
Whether pagination should be enabled
PaginationHandler manages the pagination of large query results