Documentation ¶
Overview ¶
Package values provides typical implementations of eskuel.Value marshaller interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64 ¶
type Float64 struct{}
Float64 is an implementation of Column.StringValue for float64 floating point number. Floats are stored in the Value.Int field.
type Int64 ¶
type Int64 struct{}
Int64 is an implementation of Column.StringValue for int64 integers. Integers are stored in the Value.Int field.
type String ¶
type String struct{}
String is an implementation of Column.StringValue for strings. Strings are stored in the Value.String field. They are quoted.
Click to show internal directories.
Click to hide internal directories.