Documentation ¶
Index ¶
- Constants
- func Open(m *ice.Message, driver, dsn string, cb func(*Driver))
- type Client
- func (s Client) Connect(m *ice.Message, arg ...string)
- func (s Client) Create(m *ice.Message, arg ...string)
- func (s Client) Disconn(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
- type Query
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 Driver ¶ added in v0.5.11
func (Driver) Exec ¶ added in v0.5.11
func (Driver) Query ¶ added in v0.5.11
Click to show internal directories.
Click to hide internal directories.