Documentation ¶
Index ¶
- Constants
- func Open(m *ice.Message, driver, dsn string, cb func(*Driver))
- type Client
- type Driver
- type Grant
- type Query
- func (s Query) Describe(m *ice.Message, arg ...string)
- func (s Query) Drop(m *ice.Message, arg ...string)
- func (s Query) List(m *ice.Message, arg ...string)
- func (s Query) Modify(m *ice.Message, arg ...string)
- func (s Query) Next(m *ice.Message, arg ...string)
- func (s Query) Prev(m *ice.Message, arg ...string)
- type Script
Constants ¶
View Source
const ( METHOD = "method" TARGET = "target" MYSQL = "mysql" )
View Source
const ( DRIVER = "driver" DATABASE = "database" TABLE = "table" WHERE = "where" ID = "id" )
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.