(ctx context.Context, stmt Statement)
| 27 | // on the wrapped clickhouse-go *sql.DB, tests supply a fake. |
| 28 | type Executor interface { |
| 29 | Query(ctx context.Context, stmt Statement) (ResultSet, error) |
| 30 | Exec(ctx context.Context, stmt Statement) error |
| 31 | } |
| 32 |
no outgoing calls