Documentation ¶
Index ¶
- Constants
- type Client
- func (c Client) CatScript(m *ice.Message, arg ...string)
- func (c Client) Create(m *ice.Message, arg ...string)
- func (c Client) Inputs(m *ice.Message, arg ...string)
- func (c Client) List(m *ice.Message, arg ...string)
- func (c Client) ListScript(m *ice.Message, arg ...string)
- func (c Client) RunScript(m *ice.Message, arg ...string)
- type Grant
- type Query
- func (s Query) Create(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)
Constants ¶
View Source
const ( MYSQL = "mysql" SESSION = "session" DATABASE = "database" TABLE = "table" FIELD = "field" )
View Source
const ( TARGET = "target" METHOD = "method" )
View Source
const (
WHERE = "where"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.