Documentation
¶
Index ¶
- Variables
- func Backup(ctx context.Context, db *sql.DB, w io.Writer) error
- func NewConnector(name string, opts ...ha.Option) (*ha.Connector, error)
- type Conn
- func (c *Conn) Begin() (driver.Tx, error)
- func (c *Conn) BeginTx(ctx context.Context, opts driver.TxOptions) (driver.Tx, error)
- func (c *Conn) Close() error
- func (c *Conn) Exec(query string, args []driver.Value) (driver.Result, error)
- func (c *Conn) ExecContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Result, error)
- func (c *Conn) IsValid() bool
- func (c *Conn) Query(query string, args []driver.Value) (driver.Rows, error)
- func (c *Conn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error)
- func (c *Conn) ResetSession(ctx context.Context) error
- type Driver
- type ProxiedQuerierExecer
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTimedOut = errors.New("Timed out")
Functions ¶
Types ¶
type Conn ¶
type Conn struct {
*sqlite3.SQLiteConn
// contains filtered or unexported fields
}
func (*Conn) ExecContext ¶
func (*Conn) QueryContext ¶ added in v0.4.5
Click to show internal directories.
Click to hide internal directories.