package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev
# Functions
BuildNumeric builds a Numeric type that represents any whole number.
No description provided by the author
ConvertAssign copies to the '*dest' the value in 'src'.
ConvertAssign, but with support for default values.
ConvertAssignRow copies a row of values in the list of destinations.
ConverAssignRowNullable is the same as ConvertAssignRow except that it allows nil as a value for the row or any of the row values.
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.
MakeUtf8String makes a String value from a []byte.
Helper function for converting a uint64 to a string suitable for SQL.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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
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.
No description provided by the author