Skip to content

Commit 9fd3cf6

Browse files
committed
refactoring
1 parent 6cca85d commit 9fd3cf6

File tree

1 file changed

+3
-1
lines changed
  • force-app/main/default/classes/main/standard-soql

1 file changed

+3
-1
lines changed

force-app/main/default/classes/main/standard-soql/SOQL.cls

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ public virtual inherited sharing class SOQL implements Queryable {
151151
Queryable mockId(String queryIdentifier);
152152
// DEBUGGING
153153
Queryable preview();
154-
Map<String, Object> binding();
155154
// SOBJECT
156155
SObject toObject();
157156
// LIST
@@ -186,6 +185,9 @@ public virtual inherited sharing class SOQL implements Queryable {
186185
Map<String, List<SObject>> toAggregatedMap(String relationshipName, SObjectField targetKeyField);
187186
Map<String, List<String>> toAggregatedMap(SObjectField keyField, SObjectField valueField);
188187
Map<String, List<String>> toAggregatedMap(SObjectField keyField, String relationshipName, SObjectField targetKeyField);
188+
189+
// for internal use
190+
Map<String, Object> binding();
189191
}
190192

191193
public interface SubQuery {

0 commit comments

Comments
 (0)