Documentation
¶
Index ¶
- type MySQL
- func (m *MySQL) Close() error
- func (m *MySQL) Connect() error
- func (p *MySQL) ExecuteQuery(query string) error
- func (m *MySQL) FetchAllRows(tableName string) ([]map[string]interface{}, error)
- func (m *MySQL) FetchTables(dumpTables []string, excludeTables []string) ([]string, error)
- func (m *MySQL) GetURI() string
- func (m *MySQL) Ping() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct {
// contains filtered or unexported fields
}
func (*MySQL) ExecuteQuery ¶
func (*MySQL) FetchAllRows ¶
func (*MySQL) FetchTables ¶
Click to show internal directories.
Click to hide internal directories.