Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyAliasToColumn ¶
ApplyAliasToColumn 设置别名,返回类似 COUNT(*) as cnt 这样的
func CaseRunInMemDB ¶
Types ¶
type ColumnNameInterface ¶
type ColumnNameInterface interface {
Name() string
}
type GormTableNameFace ¶
type GormTableNameFace interface {
TableName() string
}
type TableNameImp ¶
type TableNameImp struct {
// contains filtered or unexported fields
}
func NewTableNameImp ¶
func NewTableNameImp(tableName string) *TableNameImp
func (*TableNameImp) TableName ¶
func (X *TableNameImp) TableName() string
Click to show internal directories.
Click to hide internal directories.