HenryOlson / optiq-web

Optiq adapter for HTML tables
Apache License 2.0
13 stars 2 forks source link

Create tests for WebEnumerator #13

Closed HenryOlson closed 10 years ago

HenryOlson commented 10 years ago

e.g.:

WebEnumerator (tableDef) net.hydromatic.linq4j.Enumerator { T current() boolean moveNext() void reset() void close() }

getRowType(typeFactory) ?? rewind() setFields(int[] fields)

HenryOlson commented 10 years ago

not needed