Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Character ¶
Character field is a string of characters.
func DecodeCharacter ¶
DecodeCharacter decodes a single character field with the specified encoding.
type Date ¶ added in v1.0.0
Date field is a date with no time component.
func DecodeDate ¶ added in v1.0.0
DecodeDate decodes a single date field.
type FloatingPoint ¶
type FloatingPoint Numeric
FloatingPoint field.
func DecodeFloatingPoint ¶
func DecodeFloatingPoint(buf []byte, name string) (*FloatingPoint, error)
DecodeFloatingPoint decodes a single floating point field.
func (FloatingPoint) Equal ¶
func (f FloatingPoint) Equal(v string) bool
Equal returns true if v contains the same value as f.
func (FloatingPoint) Value ¶
func (f FloatingPoint) Value() interface{}
Value returns the field value.
Click to show internal directories.
Click to hide internal directories.