Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func NewConnection ¶
func NewConnection(conn *pgx.Conn) *Connection
func (*Connection) ExecuteCommand ¶
func (*Connection) ExecuteQuery ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
func (*Pool) ExecuteCommand ¶
type Tx ¶
type Tx struct {
// contains filtered or unexported fields
}
func (*Tx) ExecuteCommand ¶
func (*Tx) ExecuteQuery ¶
Click to show internal directories.
Click to hide internal directories.