Module bus.pager
Package org.miaixz.bus.pager.parsing
package org.miaixz.bus.pager.parsing
Provides SQL parsing and conversion utilities for the pagination plugin. This package contains classes for parsing
and manipulating SQL statements to support pagination features.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescriptionSQL parsing interface for generating more intelligent count queries.Default implementation of
CountSqlParserthat provides a more intelligent way to generate count query SQL.Default implementation ofOrderBySqlParserfor handling Order by clauses.Default implementation ofSqlServerSqlParserfor converting SQL Server queries to paginated statements.Interface for handling Order by clauses in SQL statements.Custom SQL parser interface to control whether a single thread pool is used and whether timeout control is supported.Interface for parsing and converting SQL for SQL Server pagination.