Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ctx context.Context
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn interface {
Begin(context.Context) (pgx.Tx, error)
Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error)
QueryFunc(context.Context, string, []interface{}, []interface{}, func(pgx.QueryFuncRow) error) (pgconn.CommandTag, error)
Query(context.Context, string, ...interface{}) (pgx.Rows, error)
QueryRow(context.Context, string, ...interface{}) pgx.Row
SendBatch(context.Context, *pgx.Batch) pgx.BatchResults
Close()
}
var C Conn
Click to show internal directories.
Click to hide internal directories.