type github.com/jackc/pgx/v5.Tx (interface)
Method Implmentations
Begin(ctx context.Context) (Tx, error)
*github.com/jackc/pgx/v5/pgxpool.Tx.Begin
(*dbSimulatedNestedTx).Begin
(*dbTx).Begin
Commit(ctx context.Context) error
*github.com/jackc/pgx/v5/pgxpool.Tx.Commit
(*dbSimulatedNestedTx).Commit
(*dbTx).Commit
CopyFrom(ctx context.Context, tableName Identifier, columnNames []string, rowSrc CopyFromSource) (int64, error)
*github.com/jackc/pgx/v5/pgxpool.Tx.CopyFrom
(*dbSimulatedNestedTx).CopyFrom
(*dbTx).CopyFrom
Exec(ctx context.Context, sql string, arguments ...any) (commandTag pgconn.CommandTag, err error)
*github.com/jackc/pgx/v5/pgxpool.Tx.Exec
(*dbSimulatedNestedTx).Exec
(*dbTx).Exec
LargeObjects() LargeObjects
*github.com/jackc/pgx/v5/pgxpool.Tx.LargeObjects
(*dbSimulatedNestedTx).LargeObjects
(*dbTx).LargeObjects
Prepare(ctx context.Context, name, sql string) (*pgconn.StatementDescription, error)
*github.com/jackc/pgx/v5/pgxpool.Tx.Prepare
(*dbSimulatedNestedTx).Prepare
(*dbTx).Prepare
Query(ctx context.Context, sql string, args ...any) (Rows, error)
*github.com/jackc/pgx/v5/pgxpool.Tx.Query
(*dbSimulatedNestedTx).Query
(*dbTx).Query
QueryRow(ctx context.Context, sql string, args ...any) Row
*github.com/jackc/pgx/v5/pgxpool.Tx.QueryRow
(*dbSimulatedNestedTx).QueryRow
(*dbTx).QueryRow
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)