Documentation ¶
Index ¶
- Constants
- func BigIntToFloat(sign bool, m *big.Int, exp int) float64
- func ConvertByteToStr(b []byte, bi big.Int) string
- func DecodeDecimal(b []byte, m *big.Int) (bool, int)
- func ReadConfig(p string) (string, string, error)
- func ReadCsv(f string, comma rune) (rec [][]string, count int)
- func WriteMsg(s string)
- type NullTime
Constants ¶
View Source
const ( // DriverName - Default driver name for HANA DB from SAP DriverName = "hdb" // IndoCoy - Default coy for Indo IndoCoy = `` /* 548-byte string literal not displayed */ // AfricaCoy - Default coy for Africa AfricaCoy = `'BC', 'EY', 'BZ', 'OU'` )
Variables ¶
This section is empty.
Functions ¶
func BigIntToFloat ¶
BigIntToFloat - Convert to float
func ConvertByteToStr ¶
ConvertByteToStr = ConvertByteToStr
func DecodeDecimal ¶
DecodeDecimal - Copy code from SAP drive to enable decode Decimals
func ReadConfig ¶
ReadConfig - Read config from ini files
Types ¶
Click to show internal directories.
Click to hide internal directories.