(r dtRec, p string)
| 650 | } |
| 651 | |
| 652 | func appendPath(r dtRec, p string) dtRec { |
| 653 | r.path += p |
| 654 | return r |
| 655 | } |
| 656 | |
| 657 | // buildDesignType builds a user type that represents the given external type. |
| 658 | // ref is the user type the data type being built is converted to or created |