GetAttTypMod returns the attTypMod field of the type.
()
| 591 | |
| 592 | // GetAttTypMod returns the attTypMod field of the type. |
| 593 | func (t *DoltgresType) GetAttTypMod() int32 { |
| 594 | return t.attTypMod |
| 595 | } |
| 596 | |
| 597 | // InputFuncName returns the name that would be displayed in pg_type for the `typinput` field. |
| 598 | func (t *DoltgresType) InputFuncName() string { |
no outgoing calls
no test coverage detected