Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OutExplain ¶
func OutExplain()
func SqlExplain ¶
func SqlExplain(db *gorm.DB, num int, out ExplainType)
Types ¶
type Explain ¶
type Explain struct {
// contains filtered or unexported fields
}
func (*Explain) CallbackSelect ¶
type ExplainType ¶
type ExplainType int
const ( ExplainOutDefault ExplainType = iota ExplainOutCsv ExplainOutWeb )
Click to show internal directories.
Click to hide internal directories.