Package io.army.criteria.postgre
Interface PostgreQuery._LimitSpec<I extends io.army.criteria.Item>
- All Superinterfaces:
io.army.criteria.Item,PostgreQuery._LockSpec<I>,PostgreQuery._OffsetSpec<I>,PostgreQuery._PostgreStaticLockStrengthClause<PostgreQuery._LockOfTableSpec<I>>,io.army.criteria.Query._AsQueryClause<I>,io.army.criteria.Query._DynamicLockClause<PostgreQuery._PostgreDynamicLockStrengthClause,,PostgreQuery._LockSpec<I>> io.army.criteria.Query._MinLockStrengthClause<PostgreQuery._LockOfTableSpec<I>>,io.army.criteria.Query._StaticForUpdateClause<PostgreQuery._LockOfTableSpec<I>>,io.army.criteria.Statement._QueryOffsetClause<PostgreQuery._FetchSpec<I>>,io.army.criteria.Statement._RowCountLimitAllClause<PostgreQuery._OffsetSpec<I>>,io.army.criteria.Statement._RowCountLimitClause<PostgreQuery._OffsetSpec<I>>
- All Known Subinterfaces:
PostgreQuery._GroupByCommaSpec<I>,PostgreQuery._GroupBySpec<I>,PostgreQuery._HavingAndSpec<I>,PostgreQuery._HavingSpec<I>,PostgreQuery._JoinSpec<I>,PostgreQuery._OrderByCommaSpec<I>,PostgreQuery._OrderBySpec<I>,PostgreQuery._ParensJoinSpec<I>,PostgreQuery._RepeatableJoinClause<I>,PostgreQuery._TableSampleJoinSpec<I>,PostgreQuery._WhereAndSpec<I>,PostgreQuery._WhereSpec<I>,PostgreQuery._WindowCommaSpec<I>,PostgreQuery._WindowSpec<I>
- Enclosing interface:
PostgreQuery
public static interface PostgreQuery._LimitSpec<I extends io.army.criteria.Item>
extends io.army.criteria.Statement._RowCountLimitAllClause<PostgreQuery._OffsetSpec<I>>, PostgreQuery._OffsetSpec<I>
-
Method Summary
Methods inherited from interface io.army.criteria.postgre.PostgreQuery._PostgreStaticLockStrengthClause
forKeyShare, forNoKeyUpdateMethods inherited from interface io.army.criteria.Query._AsQueryClause
asQueryMethods inherited from interface io.army.criteria.Query._DynamicLockClause
ifForMethods inherited from interface io.army.criteria.Query._MinLockStrengthClause
forShareMethods inherited from interface io.army.criteria.Query._StaticForUpdateClause
forUpdateMethods inherited from interface io.army.criteria.Statement._QueryOffsetClause
ifOffset, ifOffset, ifOffset, offset, offset, offset, offsetMethods inherited from interface io.army.criteria.Statement._RowCountLimitAllClause
ifLimitAll, limitAllMethods inherited from interface io.army.criteria.Statement._RowCountLimitClause
ifLimit, ifLimit, ifLimit, limit, limit, limit, limit