Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomType ¶
type CustomType struct {
GoType gotype.GoType
SqlTypeName string
Schema string
Kind CustomTypeKind
IsNullable bool
}
func NewCustomTypes ¶
func NewCustomTypes( schemas []*plugin.Schema, options *opts.Options, ) []CustomType
type CustomTypeKind ¶
type CustomTypeKind string
const ( EnumType CustomTypeKind = "enum" CompositeType CustomTypeKind = "composite" )
Click to show internal directories.
Click to hide internal directories.