Lines Matching defs:numeric
39 type numeric struct { struct
40 iValue int64
41 dValue float64
42 sValue string
43 isNil bool
122 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 {
142 func (p *numeric) Float64() float64 {
146 func (p *numeric) Float32() float32 {
150 func (p *numeric) String() string {
154 func (p *numeric) isNull() bool {