Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPrimaryKey ¶
func GetPrimaryKey(table interface{}) []string
Types ¶
type ActionType ¶ added in v1.0.101
type ActionType int
const ( A_Insert ActionType = iota A_Update A_Delete )
type Column ¶ added in v1.0.97
type Table ¶
type Table struct {
TableName string
ActionType ActionType
Columns Columns
Options Options
// contains filtered or unexported fields
}
func (*Table) GetColumns ¶
func (*Table) GetTableName ¶
Click to show internal directories.
Click to hide internal directories.