This mixin grants the capability of skipping a specific number of items
to a statement instance, when performing lookups, via composition.
- Mixes In:
Methods
-
offset(value)
-
Establishes the number of items to skip on when creating the result set. This method does not cause the statement to be executed but changes the statement boundaries, which means that if it has been prepared before, it needs to be re-prepared.
Parameters:
Name Type Description value
number The number of items to skip in the result set. Returns:
The instance of the statement itself following a fluent API convention.- Type
- Skipping