Documentation ¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineColumnNames ¶
func CombineColumnNames(a ...utils.ColumnNameInterface) string
func CombineSelectStatements ¶
func CombineSelectStatements(cs ...gormcnm.SelectStatement) *gormcnm.SelectStatement
func CombineStatements ¶
func CombineSxs ¶
func CombineSxs(cs ...gormcnm.SelectStatement) *gormcnm.SelectStatement
func CountCaseWhenQxSx ¶
func CountCaseWhenQxSx(qx *gormcnm.QxConjunction, alias string) *gormcnm.SelectStatement
func CountCaseWhenStmt ¶
func CreateColumnValueMap ¶
func CreateColumnValueMap(columnName string, value interface{}) gormcnm.ColumnValueMap
func CreateCondition ¶
func CreateCondition(stmt string, args ...interface{}) *gormcnm.QxConjunction
func CreateSelect ¶
func CreateSelect(stmt string, args ...interface{}) *gormcnm.SelectStatement
func Kw ¶
func Kw(columnName string, value interface{}) gormcnm.ColumnValueMap
func MergeNames ¶
func MergeNames(a ...utils.ColumnNameInterface) string
func MergeStmts ¶
func NewColumnValueMap ¶
func NewColumnValueMap() gormcnm.ColumnValueMap
func NewKw ¶
func NewKw() gormcnm.ColumnValueMap
func NewQx ¶
func NewQx(stmt string, args ...interface{}) *gormcnm.QxConjunction
func NewSx ¶
func NewSx(stmt string, args ...interface{}) *gormcnm.SelectStatement
func OrderByColumns ¶
func Qx ¶
func Qx(stmt string, args ...interface{}) *gormcnm.QxConjunction
func Sx ¶
func Sx(stmt string, args ...interface{}) *gormcnm.SelectStatement
func UpdateColumns ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.