SubBasicDataTable defines the structure of sub basic data table
| 2 | |
| 3 | // SubBasicDataTable defines the structure of sub basic data table |
| 4 | type SubBasicDataTable struct { |
| 5 | baseTable BasicDataTable |
| 6 | fromIndex int |
| 7 | toIndex int |
| 8 | } |
| 9 | |
| 10 | // SubBasicDataTableRowIterator defines the structure of sub basic data table row iterator |
| 11 | type SubBasicDataTableRowIterator struct { |
nothing calls this directly
no outgoing calls
no test coverage detected