Uses of Record Class
org.litebridgedb.db.spi.query.Limit
Packages that use Limit
Package
Description
Oracle Database Provider
Abstract implementation classes for the Litebridge Database SPI.
Query-related models
-
Uses of Limit in org.litebridgedb.db.oracle
Methods in org.litebridgedb.db.oracle with parameters of type LimitModifier and TypeMethodDescriptionprotected voidOracleDatabaseProvider.appendLimitClause(Limit limit, StringBuilder sql) -
Uses of Limit in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type LimitModifier and TypeMethodDescriptionprotected voidAbstractDatabaseProvider.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