LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
global class Limits {
    global static Integer getAggregateQueries() { }
    global static Integer getAsyncCalls() { }
    global static Integer getCallouts() { }
    global static Integer getChildRelationshipsDescribes() { }
    global static Integer getCpuTime() { }
    global static Integer getDatabaseTime() { }
    global static Integer getDmlRows() { }
    global static Integer getDmlStatements() { }
    global static Integer getEmailInvocations() { }
    global static Integer getFieldSetsDescribes() { }
    global static Integer getFieldsDescribes() { }
    global static Integer getFindSimilarCalls() { }
    global static Integer getFutureCalls() { }
    global static Integer getHeapSize() { }
    global static Integer getLimitAggregateQueries() { }
    global static Integer getLimitAsyncCalls() { }
    global static Integer getLimitCallouts() { }
    global static Integer getLimitChildRelationshipsDescribes() { }
    global static Integer getLimitCpuTime() { }
    global static Integer getLimitDatabaseTime() { }
    global static Integer getLimitDmlRows() { }
    global static Integer getLimitDmlStatements() { }
    global static Integer getLimitEmailInvocations() { }
    global static Integer getLimitFieldSetsDescribes() { }
    global static Integer getLimitFieldsDescribes() { }
    global static Integer getLimitFindSimilarCalls() { }
    global static Integer getLimitFutureCalls() { }
    global static Integer getLimitHeapSize() { }
    global static Integer getLimitMobilePushApexCalls() { }
    global static Integer getLimitPicklistDescribes() { }
    global static Integer getLimitPublishImmediateDML() { }
    global static Integer getLimitQueries() { }
    global static Integer getLimitQueryLocatorRows() { }
    global static Integer getLimitQueryRows() { }
    global static Integer getLimitQueueableJobs() { }
    global static Integer getLimitRecordTypesDescribes() { }
    global static Integer getLimitRunAs() { }
    global static Integer getLimitSavepointRollbacks() { }
    global static Integer getLimitSavepoints() { }
    global static Integer getLimitScriptStatements() { }
    global static Integer getLimitSoslQueries() { }
    global static Integer getMobilePushApexCalls() { }
    global static Integer getPicklistDescribes() { }
    global static Integer getPublishImmediateDML() { }
    global static Integer getQueries() { }
    global static Integer getQueryLocatorRows() { }
    global static Integer getQueryRows() { }
    global static Integer getQueueableJobs() { }
    global static Integer getRecordTypesDescribes() { }
    global static Integer getRunAs() { }
    global static Integer getSavepointRollbacks() { }
    global static Integer getSavepoints() { }
    global static Integer getScriptStatements() { }
    global static Integer getSoslQueries() { }
 
}