Name returns the name of the type.
()
| 831 | |
| 832 | // Name returns the name of the type. |
| 833 | func (t *DoltgresType) Name() string { |
| 834 | return t.ID.TypeName() |
| 835 | } |
| 836 | |
| 837 | // OutputFuncName returns the name that would be displayed in pg_type for the `typoutput` field. |
| 838 | func (t *DoltgresType) OutputFuncName() string { |
no test coverage detected