Documentation ¶
Index ¶
- type Conn
- func (c *Conn) Begin() (driver.Tx, error)
- func (c *Conn) CheckNamedValue(v *driver.NamedValue) error
- func (c *Conn) Close() error
- func (c *Conn) Ping() error
- func (c *Conn) PingContext(ctx context.Context) error
- func (c *Conn) Prepare(query string) (driver.Stmt, error)
- func (c *Conn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error)
- type Driver
- type Loader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Implements "*sql.DB"
func NewConnection ¶
func (*Conn) CheckNamedValue ¶
func (c *Conn) CheckNamedValue(v *driver.NamedValue) error
Click to show internal directories.
Click to hide internal directories.