type github.com/jackc/pgx/v5/pgtype.HstoreCodec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
hstore.go#L57: buf, err := HstoreCodec{}.PlanEncode(nil, 0, TextFormatCode, h).Encode(h, nil)
hstore.go#L64: type HstoreCodec struct{}
hstore.go#L66: func (HstoreCodec) FormatSupported(format int16) bool {
hstore.go#L70: func (HstoreCodec) PreferredFormat() int16 {
hstore.go#L74: func (HstoreCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
hstore.go#L166: func (HstoreCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
hstore.go#L264: func (c HstoreCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
hstore.go#L268: func (c HstoreCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {