Uses of Record Class
org.litebridge.db.spi.query.Limit
Packages that use Limit
Package
Description
Query-related models
Query/clause specification models used in the query API
-
Uses of Limit in org.litebridge.db.spi.impl.sql
Methods in org.litebridge.db.spi.impl.sql with parameters of type LimitModifier and TypeMethodDescriptionprotected voidSelectSqlGenerator.appendLimitClause(Limit limit, StringBuilder sql) Appends a LIMIT clause to the SQL. -
Uses of Limit in org.litebridge.db.spi.query
Methods in org.litebridge.db.spi.query that return types with arguments of type Limit -
Uses of Limit in org.litebridge.orm.api.select.model
Methods in org.litebridge.orm.api.select.model that return types with arguments of type Limit