()
| 243 | } |
| 244 | |
| 245 | func (it *iteratorBase) String() string { |
| 246 | return it.query.SQL(NewBuilder(it.qs.flavor.QueryDialect)) |
| 247 | } |
| 248 | |
| 249 | func newIteratorNext(qs *QuadStore, s Select) *iteratorNext { |
| 250 | return &iteratorNext{ |
nothing calls this directly
no test coverage detected