UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

245 lines 6.63 kB
{ "id": "Database.querylocator", "nodeType": "class", "name": "QueryLocator", "namespace": "Database", "startToken": { "type": "declaration.entity.name.class", "text": "QueryLocator", "textToLower": "querylocator", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_QueryLocator_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "Represents the record set returned by Database.getQueryLocator and used with Batch Apex.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_database_batch.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "getquery()": { "id": "Database.querylocator.method.getquery()", "nodeType": "method", "name": "getQuery", "startToken": { "type": "declaration.entity.name.function", "text": "getQuery", "textToLower": "getquery", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getQuery_-1:0" }, "parentId": "Database.querylocator", "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String getQuery()", "overrideSignature": "public override String getQuery()", "simplifiedSignature": "getQuery()", "datatype": { "id": "Database.querylocator.getquery.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "Database.querylocator.getquery", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the query used to instantiate the Database.QueryLocator object. This is useful when testing the start method.", "parentName": "QueryLocator", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "iterator()": { "id": "Database.querylocator.method.iterator()", "nodeType": "method", "name": "iterator", "startToken": { "type": "declaration.entity.name.function", "text": "iterator", "textToLower": "iterator", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_iterator_-1:0" }, "parentId": "Database.querylocator", "order": 2, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Database.QueryLocatorIterator iterator()", "overrideSignature": "public override Database.QueryLocatorIterator iterator()", "simplifiedSignature": "iterator()", "datatype": { "id": "Database.querylocator.iterator.datatype.Database.QueryLocatorIterator", "nodeType": "datatype", "name": "Database.QueryLocatorIterator", "startToken": { "type": "datatype.support.namespace", "text": "Database", "textToLower": "database", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 15 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Database_0:7" }, "parentId": "Database.querylocator.iterator", "order": 0, "memberOrder": 0, "type": "Database.QueryLocatorIterator" }, "description": "Returns a new instance of a query locator iterator.", "parentName": "QueryLocator", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 2, "queries": [] }