C# Class Apex.Database.QueryLocatorIterator

Datei anzeigen Open project: jayonsoftware/apexsharp

Public Methods

Method Description
clone ( ) : object
hasNext ( ) : bool
next ( ) : SObject

Method Details

clone() public method

public clone ( ) : object
return object

hasNext() public method

public hasNext ( ) : bool
return bool

next() public method

public next ( ) : SObject
return SObject