(context.Context, string, ...interface{})
| 43 | ExecContext(context.Context, string, ...interface{}) (sql.Result, error) |
| 44 | PrepareContext(context.Context, string) (*sql.Stmt, error) |
| 45 | QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error) |
| 46 | QueryRowContext(context.Context, string, ...interface{}) *sql.Row |
| 47 | SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error |
| 48 | GetContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error |
no outgoing calls