type github.com/jackc/pgx/v5/pgxpool.Tx (struct)

Method Implmentations

Begin(ctx context.Context) (pgx.Tx, error) *Tx.M : github.com/jackc/pgx/v5.Tx.Begin
Commit(ctx context.Context) error *Tx.M : github.com/jackc/pgx/v5.Tx.Commit
Conn() *pgx.Conn *Tx.M : github.com/jackc/pgx/v5.Tx.Conn
CopyFrom(ctx context.Context, tableName pgx.Identifier, columnNames []string, rowSrc pgx.CopyFromSource) (int64, error) *Tx.M : github.com/jackc/pgx/v5.Tx.CopyFrom
Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error) *Tx.M : github.com/jackc/pgx/v5.Tx.Exec
LargeObjects() pgx.LargeObjects *Tx.M : github.com/jackc/pgx/v5.Tx.LargeObjects
Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error) *Tx.M : github.com/jackc/pgx/v5.Tx.Prepare
Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error) *Tx.M : github.com/jackc/pgx/v5.Tx.Query
QueryRow(ctx context.Context, sql string, args ...any) pgx.Row *Tx.M : github.com/jackc/pgx/v5.Tx.QueryRow
Rollback(ctx context.Context) error *Tx.M : github.com/jackc/pgx/v5.Tx.Rollback
SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults *Tx.M : github.com/jackc/pgx/v5.Tx.SendBatch