github.com/jackc/pgx/v5/pgtype.TextCodec.PlanScan (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		ltree.go#L75: 		return (TextCodec)(l).PlanScan(m, oid, format, target)
		text.go#L152: func (TextCodec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {