What is the RecordEnumeration interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the RecordEnumeration interface?
Rating:
The RecordEnumeration interface provides methods to traverse through a set of records in a record store. It keeps the record Ids of the records in a record store. This interface is implemented by calling the enumerateRecords() method of the RecordStore class. Some of the methods of the RecordEnumeration interface are as follows:
- nextRecord()
- nextRecordId()
- previousRecordId()
- rebuild()
Rating:
Was this information helpful?
Other articles
- What is a JAD file?
- What is the listConnections() method?
- What is a JAR file?
- What is the enumerateRecords() method?
- What is the numRecords() method?