package
0.0.0-20240313145442-1cf632a2ac78
Repository: https://github.com/forest33/rssbot.git
Documentation: pkg.go.dev

# Functions

Int16ToSQL converts int16 to sql.NullInt16.
Int32ToSQL converts int32 to sql.NullInt32.
Int64ToSQL converts int16 to sql.NullInt64.
RefEmptyStringToSQL converts reference on string to sql.NullString with check on empty.
RefInt16ToSQL converts reference on int16 to sql.NullInt16.
RefInt32ToSQL converts reference on int32 to sql.NullInt32.
RefInt64ToSQL converts reference on int64 to sql.NullInt64.
RefStringToSQL converts reference on string to sql.NullString.
SQLToRefInt16 converts sql.NullInt16 to reference on int16.
SQLToRefInt32 converts sql.NullInt32 to reference on int32.
SQLToRefInt64 converts sql.NullInt64 to reference on int64.
SQLToRefString converts sql.NullString to reference on string.
No description provided by the author
SQLToString converts sql.NullString to string.
StringToSQL converts string to sql.NullString.
StrToDateTime converts string to datetime.
StrToDateTimeRef converts string to reference on datetime.
StrToTime converts string to date.
TimeToStr converts time.Time to string.