TupleLabels returns a slice containing the labels of each tuple field. This is nil for types not in the TupleFamily, or if the tuple type does not specify labels.
()
| 1207 | // is nil for types not in the TupleFamily, or if the tuple type does not |
| 1208 | // specify labels. |
| 1209 | func (t *T) TupleLabels() []string { |
| 1210 | return t.InternalType.TupleLabels |
| 1211 | } |
| 1212 | |
| 1213 | // UserDefinedArrayOID returns the OID of the array type that corresponds to |
| 1214 | // this user defined type. This function only can only be called on user |
no outgoing calls
no test coverage detected