Documentation ¶
Index ¶
- func Join(ints interface{}, sep string) (strJoin string)
- type IntType
- func (t *IntType) FromInt(v int)
- func (t *IntType) FromInt16(v int16)
- func (t *IntType) FromInt32(v int32)
- func (t *IntType) FromInt64(v int64)
- func (t *IntType) FromInt8(v int8)
- func (t *IntType) FromString(v string)
- func (t *IntType) FromUint(v uint)
- func (t *IntType) FromUint16(v uint16)
- func (t *IntType) FromUint32(v uint32)
- func (t *IntType) FromUint64(v uint64)
- func (t *IntType) FromUint8(v uint8)
- func (t IntType) GoString() (name string)
- func (t *IntType) Scan(value interface{}) error
- func (t IntType) String() (name string)
- func (t IntType) ToInt() int
- func (t IntType) ToInt16() int16
- func (t IntType) ToInt32() int32
- func (t IntType) ToInt64() int64
- func (t IntType) ToInt8() int8
- func (t IntType) ToString() string
- func (t IntType) ToUint() uint
- func (t IntType) ToUint16() uint16
- func (t IntType) ToUint32() uint32
- func (t IntType) ToUint64() uint64
- func (t IntType) ToUnt8() uint8
- func (t IntType) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IntType ¶
type IntType int64
func (*IntType) FromString ¶
func (*IntType) FromUint16 ¶
func (*IntType) FromUint32 ¶
func (*IntType) FromUint64 ¶
Click to show internal directories.
Click to hide internal directories.