Module datarush.library
Interface SeekableRecordValuedIterator
- All Superinterfaces:
RecordTyped,RecordValued,RecordValuedIterator,SeekableTokenValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
public interface SeekableRecordValuedIterator
extends SeekableTokenValuedIterator, RecordValuedIterator
A repositionable iterator over record values.
-
Method Summary
Methods inherited from interface com.pervasive.datarush.tokens.record.RecordValued
containsNull, getField, getField, getFields, newFieldIterator, newFieldIterator, newFieldIterator, sizeMethods inherited from interface com.pervasive.datarush.sequences.SeekableTokenValuedIterator
seekAbsoluteIndexMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNullMethods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
Method Details
-
getType
RecordTokenType getType()Description copied from interface:TokenValuedGets the data type of the token. This type will dictate the valid values that can be contained.- Specified by:
getTypein interfaceRecordTyped- Specified by:
getTypein interfaceRecordValued- Specified by:
getTypein interfaceTokenTyped- Specified by:
getTypein interfaceTokenValued- Returns:
- the token type.
-