Documentation
¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) Exec(query string, args ...interface{}) (sql.Result, error)
- func (c *Client) GetVersion() (string, error)
- func (c *Client) Query(query string, args ...interface{}) (*sql.Rows, error)
- func (c *Client) QueryRow(query string, args ...interface{}) *sql.Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetVersion ¶
Click to show internal directories.
Click to hide internal directories.