Documentation ¶
Index ¶
Constants ¶
View Source
const ( METHOD = "method" TARGET = "target" MYSQL = "mysql" )
View Source
const ( DRIVER = "driver" DATABASE = "database" TABLE = "table" WHERE = "where" )
View Source
const ( SQL = "sql" SHOW = "SHOW" CREATE = "CREATE" ALTER = "ALTER" DROP = "DROP" INSERT = "INSERT" DELETE = "DELETE" SELECT = "SELECT" UPDATE = "UPDATE" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶ added in v0.1.3
type Client struct {
// contains filtered or unexported fields
}
type Driver ¶ added in v0.5.11
func (Driver) Exec ¶ added in v0.5.11
func (Driver) Query ¶ added in v0.5.11
type Grant ¶ added in v0.3.7
type Grant struct {
// contains filtered or unexported fields
}
type Query ¶ added in v0.1.3
type Query struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.