package
0.0.2
Repository: https://github.com/maxsurtaev/go-mssqldb.git
Documentation: pkg.go.dev

# Functions

Float64ToDecimal converts float64 to decimal.
Float64ToDecimalScale converts float64 to decimal; user can specify the scale.
Int64ToDecimalScale converts float64 to decimal; user can specify the scale.
ScaleBytes converts a stringified decimal to a scaled byte slice.
StringToDecimalScale converts string to decimal.

# Structs

Decimal represents decimal type in the Microsoft Open Specifications: http://msdn.microsoft.com/en-us/library/ee780893.aspx.