| 54 | } |
| 55 | |
| 56 | type staticCountRowSet struct { |
| 57 | count int |
| 58 | returned bool |
| 59 | } |
| 60 | |
| 61 | func (r *staticCountRowSet) Columns() ([]string, error) { return []string{"count"}, nil } |
| 62 | func (r *staticCountRowSet) ColumnTypes() ([]ColumnTyper, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected