Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomType ¶
type CustomType struct { GoTypeName string SqlTypeName string Schema string Kind CustomTypeKind IsNullable bool }
func NewCustomTypes ¶
type CustomTypeKind ¶
type CustomTypeKind string
const ( EnumType CustomTypeKind = "enum" CompositeType CustomTypeKind = "composite" )
Click to show internal directories.
Click to hide internal directories.