Documentation ¶
Overview ¶
Package dmltype provides additional types for database values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSV ¶
type CSV []string
CSV represents an unmerged slice of strings. You can use package slices.String for further modifications of this slice type. It also implements Text Marshalers for usage in dml.ColumnMap.Text.
func (CSV) MarshalText ¶
func (*CSV) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.