type github.com/jackc/pgx/v5.CollectableRow (interface)

Method Implmentations

FieldDescriptions() []pgconn.FieldDescription Rows.FieldDescriptions (*baseRows).FieldDescriptions github.com/jackc/pgx/v5/pgxpool.errRows.FieldDescriptions *github.com/jackc/pgx/v5/pgxpool.poolRows.FieldDescriptions go.pact.im/x/pgxprocess.errRows.FieldDescriptions
RawValues() [][]byte Rows.RawValues (*baseRows).RawValues github.com/jackc/pgx/v5/pgxpool.errRows.RawValues *github.com/jackc/pgx/v5/pgxpool.poolRows.RawValues go.pact.im/x/pgxprocess.errRows.RawValues
Scan(dest ...any) error Rows.Scan (*baseRows).Scan github.com/jackc/pgx/v5/pgxpool.errRows.Scan *github.com/jackc/pgx/v5/pgxpool.poolRows.Scan go.pact.im/x/pgxprocess.errRows.Scan
Values() ([]any, error) Rows.Values (*baseRows).Values github.com/jackc/pgx/v5/pgxpool.errRows.Values *github.com/jackc/pgx/v5/pgxpool.poolRows.Values go.pact.im/x/pgxprocess.errRows.Values