Documentation ¶
Index ¶
- Constants
- type Client
- func (this *Client) Begin() error
- func (this *Client) Closed() bool
- func (this *Client) Commit() error
- func (this *Client) Exec(query string, args ...interface{}) (sql.Result, error)
- func (this *Client) Free()
- func (this *Client) Query(query string, args ...interface{}) (*sql.Rows, error)
- func (this *Client) QueryRow(query string, args ...interface{}) *sql.Row
- func (this *Client) Rollback() error
- func (this *Client) SetLogger(logger golog.ILogger)
- type Config
- type NewClientFunc
- type PConfig
- type Pool
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type NewClientFunc ¶
Click to show internal directories.
Click to hide internal directories.