Skip to content

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.

Implementors

Methods

toString

Outputs the formatted query element for use in the SELECT clause.

Clone this wiki locally