NewDName is a helper routine to create a *DName (implemented as a *DOidWrapper) initialized from a string.
(d string)
| 5996 | // NewDName is a helper routine to create a *DName (implemented as a *DOidWrapper) |
| 5997 | // initialized from a string. |
| 5998 | func NewDName(d string) Datum { |
| 5999 | return NewDNameFromDString(NewDString(d)) |
| 6000 | } |
| 6001 | |
| 6002 | // NewDRefCursorFromDString is a helper routine to create a *DRefCursor |
| 6003 | // (implemented as a *DOidWrapper) initialized from an existing *DString. |
nothing calls this directly
no test coverage detected
searching dependent graphs…