(ctx context.Context, sql string, args ...any)
| 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 | |
| 149 | // Conn returns the underlying *Conn that on which this transaction is executing. |
| 150 | Conn() *Conn |
no outgoing calls