Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
Schema string `json:"schema"`
Table string `json:"table"`
FullTableName string `json:"full_table_name"`
Fields []psql.Field `json:"-"`
Ctx jgoweb.ContextInterface `json:"-"`
}
func (*Model) GetFullTableName ¶
func (*Model) GetInsertQuery ¶
Click to show internal directories.
Click to hide internal directories.