Documentation
¶
Index ¶
- type Beginner
- func (c Beginner) BeginTx(ctx context.Context, options *stdSQL.TxOptions) (sql.Tx, error)
- func (c Beginner) ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
- func (c Beginner) QueryContext(ctx context.Context, query string, args ...interface{}) (sql.Rows, error)
- type Conn
- type Result
- type Rows
- type Tx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Beginner ¶
type Beginner struct {
Conn
}
func (Beginner) ExecContext ¶
Click to show internal directories.
Click to hide internal directories.