Uses of Record Class
org.litebridgedb.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.litebridgedb.db.spi.impl.sql
Methods in org.litebridgedb.db.spi.impl.sql with parameters of type LimitModifier and TypeMethodDescriptionprotected voidSelectSqlGenerator.appendLimitClause(Limit limit, StringBuilder sql) -
Uses of Limit in org.litebridgedb.db.spi.query
Methods in org.litebridgedb.db.spi.query that return types with arguments of type LimitModifier and TypeMethodDescriptionSelect.limit()Returns the value of thelimitrecord component.Constructor parameters in org.litebridgedb.db.spi.query with type arguments of type Limit -
Uses of Limit in org.litebridgedb.orm.api.select.model
Methods in org.litebridgedb.orm.api.select.model that return types with arguments of type Limit