type github.com/jackc/pgx/v5/pgtype.CompositeBinaryScanner
9 uses
github.com/jackc/pgx/v5/pgtype (current package)
composite.go#L279: type CompositeBinaryScanner struct {
composite.go#L291: func NewCompositeBinaryScanner(m *Map, src []byte) *CompositeBinaryScanner {
composite.go#L294: return &CompositeBinaryScanner{err: fmt.Errorf("Record incomplete %v", src)}
composite.go#L300: return &CompositeBinaryScanner{
composite.go#L310: func (cfs *CompositeBinaryScanner) Next() bool {
composite.go#L343: func (cfs *CompositeBinaryScanner) FieldCount() int {
composite.go#L348: func (cfs *CompositeBinaryScanner) Bytes() []byte {
composite.go#L353: func (cfs *CompositeBinaryScanner) OID() uint32 {
composite.go#L358: func (cfs *CompositeBinaryScanner) Err() error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)