Documentation
¶
Index ¶
- func Close(r Rows)
- func ClosePool(p Pool)
- func CollectRows(r Rows) ([]map[string]any, error)
- func Commit(t Tx) error
- func Next(r Rows) bool
- func Rollback(t Tx) error
- func RowsAffected(r Result) int64
- func Scan(r Row, dest ...any) error
- func ScanBool(r Row) (bool, error)
- func ScanFloat64(r Row) (float64, error)
- func ScanInt(r Row) (int, error)
- func ScanInt64(r Row) (int64, error)
- func ScanRow(r Rows, dest ...any) error
- func ScanString(r Row) (string, error)
- type Config
- type Pool
- type Result
- type Row
- type Rows
- type Tx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RowsAffected ¶
func ScanFloat64 ¶
func ScanString ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func MaxConnIdleTime ¶
func MaxConnLifetime ¶
Click to show internal directories.
Click to hide internal directories.