File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,13 @@ flowchart LR
118118## Public API
119119
120120### Static Factory Methods
121- - ` SOQL.FilterGroup ` → creates FilterGroup
122- - ` SOQL.Filter ` → creates Filter
123- - ` SOQL.HavingFilterGroup ` → creates HavingFilterGroup
124- - ` SOQL.HavingFilter ` → creates HavingFilter
125- - ` SOQL.SubQuery ` → creates SubQuery
126- - ` SOQL.InnerJoin ` → creates InnerJoin
127- - ` SOQL.DataCategoryFilter ` → creates DataCategoryFilter
121+ - [ ` SOQL.FilterGroup ` ] ( /api/standard-soql/soql-filters-group ) → creates FilterGroup
122+ - [ ` SOQL.Filter ` ] ( /api/standard-soql/soql-filter ) → creates Filter
123+ - [ ` SOQL.HavingFilterGroup ` ] ( /api/standard-soql/soql-having-filter-group ) → creates HavingFilterGroup
124+ - [ ` SOQL.HavingFilter ` ] ( /api/standard-soql/soql-having-filter ) → creates HavingFilter
125+ - [ ` SOQL.SubQuery ` ] ( /api/standard-soql/soql-sub ) → creates SubQuery
126+ - [ ` SOQL.InnerJoin ` ] ( /api/standard-soql/soql-join ) → creates InnerJoin
127+ - [ ` SOQL.DataCategoryFilter ` ] ( /api/standard-soql/soql-data-category-filter ) → creates DataCategoryFilter
128128
129129### Public Interfaces
130130- ` Queryable ` - Main query interface
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ The SOQL Lib provides functional constructs for SOQL queries in Apex.
1616
1717## Examples
1818
19+ ⚠️ You can find more examples on the [ Showcases] ( /examples/showcase ) page.
20+
21+ ⚠️ You can find all method on the [ API] ( /api ) page.
22+
1923** Standard SOQL**
2024
2125``` apex
You can’t perform that action at this time.
0 commit comments