Searched defs:numeric (Results 1 – 1 of 1) sorted by relevance
39 type numeric struct { struct40 iValue int6441 dValue float6442 sValue string43 isNil bool122 func (p *numeric) Int64() int64 {126 func (p *numeric) Int32() int32 {130 func (p *numeric) Int16() int16 {134 func (p *numeric) Byte() byte {138 func (p *numeric) Int() int {[all …]