type github.com/jackc/pgx/v5/pgxpool.Tx (struct)
Method Implmentations
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
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
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)