klyn.data.internal.IdentityQueryPlan.IdentityQueryPlan
constructor
public IdentityQueryPlan(offset as Long = 0, limit as Long = -1):
Description

Creates an identity plan with an optional result window.

Parameters
ParameterDescription
offsetNumber of source rows skipped.
limitMaximum rows, or -1 when unbounded.
Throws
  • ValueException for an invalid window.
Example
plan = IdentityQueryPlan<User>(0, 25)