File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
website/docs/soql/advanced Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ All crucial information is kept at the top of the class, so developers can use i
1717## Public API
1818
1919### Static Factory Methods
20- - [ ` SOQL.FilterGroup ` ] ( /api/standard-soql /soql-filters-group ) → creates FilterGroup
21- - [ ` SOQL.Filter ` ] ( /api/standard-soql /soql-filter ) → creates Filter
22- - [ ` SOQL.HavingFilterGroup ` ] ( /api/standard-soql /soql-having-filter-group ) → creates HavingFilterGroup
23- - [ ` SOQL.HavingFilter ` ] ( /api/standard-soql /soql-having-filter ) → creates HavingFilter
24- - [ ` SOQL.SubQuery ` ] ( /api/standard-soql /soql-sub ) → creates SubQuery
25- - [ ` SOQL.InnerJoin ` ] ( /api/standard-soql /soql-join ) → creates InnerJoin
26- - [ ` SOQL.DataCategoryFilter ` ] ( /api/standard-soql /soql-data-category-filter ) → creates DataCategoryFilter
20+ - [ ` SOQL.FilterGroup ` ] ( .. /api/soql-filters-group) → creates FilterGroup
21+ - [ ` SOQL.Filter ` ] ( .. /api/soql-filter) → creates Filter
22+ - [ ` SOQL.HavingFilterGroup ` ] ( .. /api/soql-having-filter-group) → creates HavingFilterGroup
23+ - [ ` SOQL.HavingFilter ` ] ( .. /api/soql-having-filter) → creates HavingFilter
24+ - [ ` SOQL.SubQuery ` ] ( .. /api/soql-sub) → creates SubQuery
25+ - [ ` SOQL.InnerJoin ` ] ( .. /api/soql-join) → creates InnerJoin
26+ - [ ` SOQL.DataCategoryFilter ` ] ( .. /api/soql-data-category-filter) → creates DataCategoryFilter
2727
2828### Public Interfaces
2929- ` Queryable ` - Main query interface
You can’t perform that action at this time.
0 commit comments