Class TopLimitHandler

All Implemented Interfaces:
LimitHandler

public class TopLimitHandler extends AbstractNoOffsetLimitHandler
A LimitHandler for Transact SQL and similar databases which support the syntax SELECT TOP n. Note that this syntax does not allow specification of an offset.