Uses of Interface
org.miaixz.bus.pager.parsing.SqlServerSqlParser
Packages that use SqlServerSqlParser
Package
Description
Provides base implementations for various database pagination dialects.
Provides implementations for handling pagination based on MyBatis
RowBounds.Provides SQL parsing and conversion utilities for the pagination plugin.
-
Uses of SqlServerSqlParser in org.miaixz.bus.pager.dialect.base
Fields in org.miaixz.bus.pager.dialect.base declared as SqlServerSqlParserModifier and TypeFieldDescriptionprotected SqlServerSqlParserSqlServer.sqlServerSqlParserSQL Server specific SQL parser for pagination. -
Uses of SqlServerSqlParser in org.miaixz.bus.pager.dialect.rowbounds
Fields in org.miaixz.bus.pager.dialect.rowbounds declared as SqlServerSqlParserModifier and TypeFieldDescriptionprotected SqlServerSqlParserSqlServerRowBounds.sqlServerSqlParserSQL Server specific SQL parser for pagination. -
Uses of SqlServerSqlParser in org.miaixz.bus.pager.parsing
Classes in org.miaixz.bus.pager.parsing that implement SqlServerSqlParserModifier and TypeClassDescriptionclassDefault implementation ofSqlServerSqlParserfor converting SQL Server queries to paginated statements.