Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 679 Bytes

CountLimitHandler.md

File metadata and controls

45 lines (29 loc) · 679 Bytes

CountLimitHandler Class

Handles the limit for the count of records

Since

3/23/2024

Group Soql Engine

Author Zackary Frazier

Implements

ILimitHandler

Constructors

CountLimitHandler(options)

Constructor for the CountLimitHandler

Signature

public CountLimitHandler(LimitOptions options)

Parameters

Name Type Description
options LimitOptions ,[object Object]

Methods

handleLimit()

Handles the limit for the count of records

Signature

public Object handleLimit()

Return Type

Object

,[object Object]