Documentation ¶
Index ¶
- type Builder
- func (sb *Builder) GetColumn(info driver.Info, sf reflext.StructFielder) (columns.Column, error)
- func (sb *Builder) LookUpType(t reflect.Type) (typ sqltype.Type, exists bool)
- func (sb *Builder) SetDefaultTypes()
- func (sb *Builder) SetType(it interface{}, t sqltype.Type)
- func (sb *Builder) SetTypeBuilder(t sqltype.Type, builder DataTypeFunc)
- type DataTypeFunc
- type DataTyper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder :
func (*Builder) LookUpType ¶
LookUpType :
func (*Builder) SetTypeBuilder ¶
func (sb *Builder) SetTypeBuilder(t sqltype.Type, builder DataTypeFunc)
SetTypeBuilder :
Click to show internal directories.
Click to hide internal directories.