The interface for oj.FetchByOffsetCapability
- Since:
- 4.2.0
Fields
-
implementation :"iteration"|"randomAccess"
PREVIEW: This is a preview API. Preview APIs are production quality, but can be changed on a major version without a deprecation path.
-
The type of implementation for fetchByOffset method. Possible values are:
- "iteration": the implementation uses fetchFirst iteratively to find the result
- "randomAccess": the implementation uses random access to find the result
- Since:
- 4.2.0