Documentation ¶
Index ¶
- Constants
- func Open(m *ice.Message, driver, dsn string, cb func(*Driver))
- type Client
- func (s Client) Create(m *ice.Message, arg ...string)
- func (s Client) Drop(m *ice.Message, arg ...string)
- func (s Client) Grant(m *ice.Message, arg ...string)
- func (s Client) Inputs(m *ice.Message, arg ...string)
- func (s Client) List(m *ice.Message, arg ...string) *ice.Message
- func (s Client) Script(m *ice.Message, arg ...string)
- func (s Client) Xterm(m *ice.Message, arg ...string)
- type Driver
- type Grant
- func (s Grant) Create(m *ice.Message, arg ...string)
- func (s Grant) Drop(m *ice.Message, arg ...string)
- func (s Grant) Grant(m *ice.Message, arg ...string)
- func (s Grant) Grants(m *ice.Message, arg ...string)
- func (s Grant) Inputs(m *ice.Message, arg ...string)
- func (s Grant) List(m *ice.Message, arg ...string)
- func (s Grant) Revoke(m *ice.Message, arg ...string)
- func (s Grant) Script(m *ice.Message, arg ...string)
- func (s Grant) Xterm(m *ice.Message, arg ...string)
- type Query
- func (s Query) Create(m *ice.Message, arg ...string)
- func (s Query) Drop(m *ice.Message, arg ...string)
- func (s Query) Grant(m *ice.Message, arg ...string)
- func (s Query) Inputs(m *ice.Message, arg ...string)
- func (s Query) List(m *ice.Message, arg ...string) *ice.Message
- 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)
- func (s Query) Script(m *ice.Message, arg ...string)
- func (s Query) Xterm(m *ice.Message, arg ...string)
Constants ¶
View Source
const ( DRIVER = "driver" MYSQL = "mysql" DATABASE = "database" TABLE = "table" )
View Source
const ( METHOD = "method" TARGET = "target" )
View Source
const ( SQL = "sql" SHOW = "SHOW" CREATE = "CREATE" ALTER = "ALTER" DROP = "DROP" INSERT = "INSERT" DELETE = "DELETE" SELECT = "SELECT" UPDATE = "UPDATE" )
View Source
const (
WHERE = "where"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.