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