Documentation
¶
Index ¶
- func GetOrmDataForCreate(obj interface{}) ([]Column, []Argument, error)
- func GetOrmDataForSelect(obj interface{}) ([]Column, []Alias, Join)
- func GetOrmDataForUpdate(obj interface{}) (map[Column]Argument, error)
- func InitOrmMetaInfoCache(objs ...interface{})
- type Alias
- type Argument
- type Column
- type Join
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOrmDataForCreate ¶
func GetOrmDataForSelect ¶
func GetOrmDataForUpdate ¶
func InitOrmMetaInfoCache ¶
func InitOrmMetaInfoCache(objs ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.