orm

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOrmDataForCreate

func GetOrmDataForCreate(obj interface{}) ([]Column, []Argument, error)

func GetOrmDataForSelect

func GetOrmDataForSelect(obj interface{}) ([]Column, []Alias, Join)

func GetOrmDataForUpdate

func GetOrmDataForUpdate(obj interface{}) (map[Column]Argument, error)

func InitOrmMetaInfoCache

func InitOrmMetaInfoCache(objs ...interface{})

Types

type Alias

type Alias = string

type Argument

type Argument = interface{}

type Column

type Column = string

type Join

type Join = string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL