type github.com/jackc/pgx/v5/pgtype.HstoreCodec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
hstore.go#L56: buf, err := HstoreCodec{}.PlanEncode(nil, 0, TextFormatCode, h).Encode(h, nil)
hstore.go#L63: type HstoreCodec struct{}
hstore.go#L65: func (HstoreCodec) FormatSupported(format int16) bool {
hstore.go#L69: func (HstoreCodec) PreferredFormat() int16 {
hstore.go#L73: func (HstoreCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
hstore.go#L165: func (HstoreCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
hstore.go#L270: func (c HstoreCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
hstore.go#L274: func (c HstoreCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {