(ctx context.Context, name, sql string)
| 141 | LargeObjects() LargeObjects |
| 142 | |
| 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) |
no outgoing calls