-
Notifications
You must be signed in to change notification settings - Fork 0
The Soql.Selectable Interface
Jason Siders edited this page Jul 4, 2025
·
4 revisions
This interface denotes objects that may be used in a SOQL SELECT clause.
While this is primarily used internally, developers may author their own Selectable objects for use in SELECT clauses.
Use Soql.Selectable objects in conjunction with the builder's addSelect method when constructing a Soql object.
Outputs the formatted query element for use in the SELECT clause.
- Generating Test Records
- Dml
- Soql
- Cmdt
- Plugins
- DatabaseLayer
- Dml
- MockDml
- MockRecord
- Cmdt
- MockCmdt
- MockSoql
-
Soql
- Soql.AggregateResult
- Soql.Aggregation
- Soql.Binder
- Soql.Builder
- Soql.Condition
- Soql.ConditionalLogic
- Soql.Criteria
- Soql.Cursor
- Soql.Function
- Soql.InnerQuery
- Soql.InvalidParameterValueException
- Soql.LogicType
- Soql.NullOrder
- Soql.Operation
- Soql.Operator
- Soql.ParentField
- Soql.PreAndPostProcessor
- Soql.QueryLocator
- Soql.Request
- Soql.Scope
- Soql.Selectable
- Soql.SortDirection
- Soql.SortOrder
- Soql.Subquery
- Soql.TypeOf
- Soql.Usage
- Soql.WhenClause