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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordTokenType
getType()
Gets the data type of the token.-
Methods inherited from interface com.pervasive.datarush.tokens.record.RecordValued
containsNull, getField, getField, getFields, newFieldIterator, newFieldIterator, newFieldIterator, size
-
Methods inherited from interface com.pervasive.datarush.sequences.SeekableTokenValuedIterator
seekAbsoluteIndex
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-
-
-
Method Detail
-
getType
RecordTokenType getType()
Description copied from interface:TokenValued
Gets the data type of the token. This type will dictate the valid values that can be contained.- Specified by:
getType
in interfaceRecordTyped
- Specified by:
getType
in interfaceRecordValued
- Specified by:
getType
in interfaceTokenTyped
- Specified by:
getType
in interfaceTokenValued
- Returns:
- the token type.
-
-