package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

MakeBool creates a new Bool.
MakeBoolFromByte makes a new Bool from a (text) byte slice.
MakeDecimalBytes parses b to create a new Decimal.
MakeDecimalFloat64 converts a float64 to Decimal.
MakeDecimalInt64 converts an int64 with the scale to a Decimal.
MakeFloat64 creates a new Float64.
MakeFloat64FromByte makes a new Float64 from a (text) byte slice.
MakeInt16 creates a new Int16.
MakeInt16FromByte makes a new Int16 from a (text) byte slice.
MakeInt32 creates a new Int32.
MakeInt32FromByte makes a new Int32 from a (text) byte slice.
MakeInt64 creates a new Int64.
MakeInt64FromByte makes a new Int64 from a (text) byte slice.
MakeInt8 creates a new Int8.
MakeInt8FromByte makes a new Int8 from a (text) byte slice.
MakeString creates a new String.
MakeTime creates a new Time.
MakeUint16 creates a new Uint16.
MakeUint16FromByte makes a new Uint16 from a (text) byte slice.
MakeUint32 creates a new Uint32.
MakeUint32FromByte makes a new Uint32 from a (text) byte slice.
MakeUint64 creates a new Uint64.
MakeUint64FromByte makes a new Uint64 from a (text) byte slice.
MakeUint8 creates a new Uint8.
MakeUint8FromByte makes a new Uint8 from a (text) byte slice.
MustMakeDecimalBytes same behaviour as MakeDecimalBytes but panics on error.
ParseDateTime parses a string into a Time type.

# Variables

AllTypes contains value objects of all types in this package.
No description provided by the author
No description provided by the author

# Structs

Bool is a nullable bool.
Decimal defines a container type for any MySQL/MariaDB decimal/numeric/float/double data type and their representation in Go.
Float64 is a nullable float64.
Int16 is a nullable int16.
Int32 is a nullable int32.
Int64 is a nullable int64.
Int8 is a nullable int8.
String is a nullable string.
Time represents a time.Time that may be NULL.
Uint16 is a nullable int16.
Uint32 is a nullable int32.
Uint64 is a nullable int64.
Uint8 is a nullable int8.

# Interfaces

Dialecter at an interface that wraps the diverse properties of individual SQL drivers.