Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 703 Bytes

SelectHandlerFactory.md

File metadata and controls

41 lines (27 loc) · 703 Bytes

SelectHandlerFactory Class

Factory class to create appropriate select handler based on the field node type

Since

3/23/2024

Group Soql Engine

Author Zackary Frazier

Constructors

SelectHandlerFactory(fSelector)

Constructor

Signature

public SelectHandlerFactory(FieldSelector fSelector)

Parameters

Name Type Description
fSelector FieldSelector

Methods

createHandler()

Creates appropriate select handler based on the field node type

Signature

public ISelectHandler createHandler()

Return Type

ISelectHandler

,[object Object]