Interface IDsSelectIterator
-
@Scriptable public interface IDsSelectIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
next(IDsRecord p_record)
boolean
shouldAdd()
boolean
shouldEnd()
-
-
-
Method Detail
-
shouldEnd
boolean shouldEnd()
-
next
void next(IDsRecord p_record)
-
shouldAdd
boolean shouldAdd()
-
-