Documentation ¶
Index ¶
- Variables
- type Type
- type Value
- func (v *Value) Bool() bool
- func (v *Value) Equal(otherV *Value) bool
- func (v *Value) Float() float64
- func (v *Value) Int() int64
- func (v *Value) IsBool() bool
- func (v *Value) IsFloat() bool
- func (v *Value) IsInt() bool
- func (v *Value) IsNull() bool
- func (v *Value) IsString() bool
- func (v *Value) String() string
- func (v *Value) ToPB() *sqlpb.Value
- func (v *Value) TryCompare(otherV *Value) (int, bool)
- func (v *Value) Type() Type
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.