ResultSetImpl

Helper implementation of ResultSet - throws Method not implemented for most of methods. Useful for driver implementations

class ResultSetImpl : ResultSet {}

Inherited Members

From ResultSet

opApply
int opApply(int delegate(DataSetReader) dg)

to iterate through all rows in result set

Meta