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.
()
| 1516 | // is nil for types not in the TupleFamily, or if the tuple type does not |
| 1517 | // specify labels. |
| 1518 | func (t *T) TupleLabels() []string { |
| 1519 | return t.InternalType.TupleLabels |
| 1520 | } |
| 1521 | |
| 1522 | // UserDefinedArrayOID returns the OID of the array type that corresponds to |
| 1523 | // this user defined type. This function only can only be called on user |
no outgoing calls
no test coverage detected