Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPreparedStatement ¶
Types ¶
type Conn ¶
type Conn interface { driver.Validator driver.Pinger ID() string Exec(ctx context.Context, sql string, params *params.Params) (result driver.Result, err error) Query(ctx context.Context, sql string, params *params.Params) (result driver.RowsNextResultSet, err error) Explain(ctx context.Context, sql string, params *params.Params) (ast string, plan string, err error) BeginTx(ctx context.Context, opts driver.TxOptions) (Tx, error) Close() error }
Click to show internal directories.
Click to hide internal directories.