Documentation ¶
Index ¶
- func NewMysqlConnector() connectors.Connector
- type MysqlConnector
- func (c MysqlConnector) GetConnString(schema dbtype.MysqlDatabase) string
- func (c MysqlConnector) Id() string
- func (c MysqlConnector) Load(schema interface{}) (interface{}, error)
- func (c MysqlConnector) Name() string
- func (c MysqlConnector) Schema() interface{}
- func (c MysqlConnector) Tags() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMysqlConnector ¶
func NewMysqlConnector() connectors.Connector
Types ¶
type MysqlConnector ¶
type MysqlConnector struct {
// contains filtered or unexported fields
}
func (MysqlConnector) GetConnString ¶
func (c MysqlConnector) GetConnString(schema dbtype.MysqlDatabase) string
func (MysqlConnector) Id ¶
func (c MysqlConnector) Id() string
func (MysqlConnector) Load ¶
func (c MysqlConnector) Load(schema interface{}) (interface{}, error)
func (MysqlConnector) Name ¶
func (c MysqlConnector) Name() string
func (MysqlConnector) Schema ¶
func (c MysqlConnector) Schema() interface{}
func (MysqlConnector) Tags ¶
func (c MysqlConnector) Tags() []string
Click to show internal directories.
Click to hide internal directories.