type github.com/jackc/pgx/v5/pgtype.TSVector
20 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype_default.go#L247: registerDefaultPgTypeVariants[TSVector](defaultMap, "tsvector")
tsvector.go#L15: ScanTSVector(TSVector) error
tsvector.go#L19: TSVectorValue() (TSVector, error)
tsvector.go#L23: type TSVector struct {
tsvector.go#L35: func (t *TSVector) ScanTSVector(v TSVector) error {
tsvector.go#L41: func (t TSVector) TSVectorValue() (TSVector, error) {
tsvector.go#L45: func (t TSVector) String() string {
tsvector.go#L51: func (t *TSVector) Scan(src any) error {
tsvector.go#L53: *t = TSVector{}
tsvector.go#L65: func (t TSVector) Value() (driver.Value, error) {
tsvector.go#L190: return scanner.ScanTSVector(TSVector{})
tsvector.go#L216: var tsv TSVector
tsvector.go#L324: return scanner.ScanTSVector(TSVector{})
tsvector.go#L347: var tsv TSVector
tsvector.go#L480: func parseTSVector(s string) (TSVector, error) {
tsvector.go#L481: result := TSVector{}
tsvector.go#L492: return TSVector{}, err
tsvector.go#L503: return TSVector{}, err
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)