(ctx context.Context, sql string, arguments ...any)
| 143 | Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error) |
| 144 | |
| 145 | Exec(ctx context.Context, sql string, arguments ...any) (commandTag pgconn.CommandTag, err error) |
| 146 | Query(ctx context.Context, sql string, args ...any) (Rows, error) |
| 147 | QueryRow(ctx context.Context, sql string, args ...any) Row |
| 148 |
no outgoing calls