type github.com/jackc/pgx/v5/pgtype.TSVectorCodec
9 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype_default.go#L84: defaultMap.RegisterType(&Type{Name: "tsvector", OID: TSVectorOID, Codec: TSVectorCodec{}})
tsvector.go#L71: buf, err := TSVectorCodec{}.PlanEncode(nil, 0, TextFormatCode, t).Encode(t, nil)
tsvector.go#L131: type TSVectorCodec struct{}
tsvector.go#L133: func (TSVectorCodec) FormatSupported(format int16) bool {
tsvector.go#L137: func (TSVectorCodec) PreferredFormat() int16 {
tsvector.go#L141: func (TSVectorCodec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
tsvector.go#L294: func (TSVectorCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
tsvector.go#L331: func (c TSVectorCodec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
tsvector.go#L335: func (c TSVectorCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {