Documentation
¶
Index ¶
- type Client
- func (c *Client) Close()
- func (c *Client) CountRows(tableName string) (int, error)
- func (c *Client) QueryRows(tableName string, columns []string) ([]Row, error)
- func (c *Client) QueryRowsWithOrder(tableName string, columns []string, orderBy string) ([]Row, error)
- func (c *Client) TableExists(tableName string) (bool, error)
- type Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.