package
0.0.0-20220608143024-869cb3580a8a
Repository: https://github.com/9072997/sqltransform.git
Documentation: pkg.go.dev
# Functions
BuildNumeric builds a Numeric type that represents any whole number.
No description provided by the author
MakeFractional makes a Fractional value from a []byte without validation.
MakeNumeric makes a Numeric from a []byte without validation.
MakeString makes a String value from a []byte.
# Variables
No description provided by the author
No description provided by the author
SqlDecodeMap is the reverse of SqlEncodeMap.
SqlEncodeMap specifies how to escape binary data with '\'.
# Interfaces
BinWriter interface is used for encoding values.
InnerValue defines methods that need to be supported by all non-null value types.
# Type aliases
Fractional represents fractional types like float and decimal It's functionally equivalent to Numeric other than how it's constructed.
Numeric represents non-fractional SQL number.
String represents any SQL type that needs to be represented using quotes.