github.com/jackc/pgtype.UntypedTextArray.Quoted (field)

27 uses

	github.com/jackc/pgtype (current package)
		aclitem_array.go#L325: 			if s != "NULL" || uta.Quoted[i] {
		array.go#L85: 	Quoted     []bool
		array.go#L207: 			dst.Quoted = append(dst.Quoted, quoted)
		bool_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {
		bpchar_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {
		bytea_array.go#L300: 			if s != "NULL" || uta.Quoted[i] {
		cidr_array.go#L357: 			if s != "NULL" || uta.Quoted[i] {
		date_array.go#L329: 			if s != "NULL" || uta.Quoted[i] {
		enum_array.go#L325: 			if s != "NULL" || uta.Quoted[i] {
		float4_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {
		float8_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {
		hstore_array.go#L300: 			if s != "NULL" || uta.Quoted[i] {
		inet_array.go#L357: 			if s != "NULL" || uta.Quoted[i] {
		int2_array.go#L720: 			if s != "NULL" || uta.Quoted[i] {
		int4_array.go#L720: 			if s != "NULL" || uta.Quoted[i] {
		int8_array.go#L720: 			if s != "NULL" || uta.Quoted[i] {
		jsonb_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {
		macaddr_array.go#L329: 			if s != "NULL" || uta.Quoted[i] {
		numeric_array.go#L496: 			if s != "NULL" || uta.Quoted[i] {
		text_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {
		timestamp_array.go#L329: 			if s != "NULL" || uta.Quoted[i] {
		timestamptz_array.go#L329: 			if s != "NULL" || uta.Quoted[i] {
		tsrange_array.go#L281: 			if s != "NULL" || uta.Quoted[i] {
		tstzrange_array.go#L281: 			if s != "NULL" || uta.Quoted[i] {
		uuid_array.go#L384: 			if s != "NULL" || uta.Quoted[i] {
		varchar_array.go#L328: 			if s != "NULL" || uta.Quoted[i] {