Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixtureDriver ¶
type FixtureDriver struct{}
FixtureDriver is mysql driver
func (*FixtureDriver) EscapeKeyword ¶
func (d *FixtureDriver) EscapeKeyword(keyword string) string
EscapeKeyword define keyword escape
func (*FixtureDriver) EscapeValue ¶
func (d *FixtureDriver) EscapeValue(value string) string
EscapeValue define value escape
func (*FixtureDriver) ExecSQL ¶
func (d *FixtureDriver) ExecSQL(tx *sql.Tx, sql string) error
ExecSQL exec a sql statement
func (*FixtureDriver) TrimComment ¶
func (d *FixtureDriver) TrimComment(sql string) string
TrimComment define comment trimmed
Click to show internal directories.
Click to hide internal directories.