()
| 143 | } |
| 144 | |
| 145 | func (it *iterator2) String() string { |
| 146 | return it.query.SQL(NewBuilder(it.qs.flavor.QueryDialect)) |
| 147 | } |
| 148 | |
| 149 | func newIteratorBase(qs *QuadStore, s Select) iteratorBase { |
| 150 | return iteratorBase{ |
nothing calls this directly
no test coverage detected