Uses of Interface
org.miaixz.bus.pager.parsing.CountSqlParser
Packages that use CountSqlParser
Package
Description
Provides interfaces and abstract classes for database pagination dialects.
Provides SQL parsing and conversion utilities for the pagination plugin.
-
Uses of CountSqlParser in org.miaixz.bus.pager.dialect
Fields in org.miaixz.bus.pager.dialect declared as CountSqlParserModifier and TypeFieldDescriptionprotected CountSqlParserAbstractDialect.countSqlParserThe SQL parser for generating count queries. -
Uses of CountSqlParser in org.miaixz.bus.pager.parsing
Classes in org.miaixz.bus.pager.parsing that implement CountSqlParserModifier and TypeClassDescriptionclassDefault implementation ofCountSqlParserthat provides a more intelligent way to generate count query SQL.