Versions in this module Expand all Collapse all v1 v1.0.45 Dec 9, 2024 Changes in this version + func CROSSJOIN(tableName string) *gormcnm.TableJoin + func CombineColumnNames(a ...utils.ColumnNameInterface) string + func CombineSelectStatements(cs ...gormcnm.SelectStatement) *gormcnm.SelectStatement + func CombineStatements(a ...string) string + func CombineSxs(cs ...gormcnm.SelectStatement) *gormcnm.SelectStatement + func CountCaseWhenQxSx(qx *gormcnm.QxConjunction, alias string) *gormcnm.SelectStatement + func CountCaseWhenStmt(condition string, alias string) string + func CountStmt(alias string) string + func CreateColumnValueMap(columnName string, value interface{}) gormcnm.ColumnValueMap + func CreateCondition(stmt string, args ...interface{}) *gormcnm.QxConjunction + func CreateSelect(stmt string, args ...interface{}) *gormcnm.SelectStatement + func INNERJOIN(tableName string) *gormcnm.TableJoin + func Kw(columnName string, value interface{}) gormcnm.ColumnValueMap + func LEFTJOIN(tableName string) *gormcnm.TableJoin + func MergeNames(a ...utils.ColumnNameInterface) string + func MergeStmts(a ...string) string + func NewColumnValueMap() gormcnm.ColumnValueMap + func NewKw() gormcnm.ColumnValueMap + func NewQx(stmt string, args ...interface{}) *gormcnm.QxConjunction + func NewSx(stmt string, args ...interface{}) *gormcnm.SelectStatement + func OK() bool + func OrderByColumns(db *gorm.DB, obs ...gormcnm.OrderByBottle) *gorm.DB + func Qx(stmt string, args ...interface{}) *gormcnm.QxConjunction + func RIGHTJOIN(tableName string) *gormcnm.TableJoin + func Select(db *gorm.DB, qxs ...*gormcnm.SelectStatement) *gorm.DB + func Sx(stmt string, args ...interface{}) *gormcnm.SelectStatement + func UpdateColumns(db *gorm.DB, kws ...gormcnm.ColumnValueMap) *gorm.DB + func Where(db *gorm.DB, qxs ...*gormcnm.QxConjunction) *gorm.DB