(context.Context, string, ...interface{})
| 14 | ExecContext(context.Context, string, ...interface{}) (sql.Result, error) |
| 15 | PrepareContext(context.Context, string) (*sql.Stmt, error) |
| 16 | QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error) |
| 17 | QueryRowContext(context.Context, string, ...interface{}) *sql.Row |
| 18 | } |
| 19 |
no outgoing calls