internal

package
v5.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2017 License: BSD-2-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const RetryBackoff = 250 * time.Millisecond

Variables

View Source
var (
	ErrNoRows    = Errorf("pg: no rows in result set")
	ErrMultiRows = Errorf("pg: multiple rows in result set")
)
View Source
var (
	Logger      *log.Logger
	QueryLogger *log.Logger
)

Functions

func AssertOneRow

func AssertOneRow(l int) error

func BytesToString

func BytesToString(b []byte) string

func LogQuery

func LogQuery(query string)

func Logf

func Logf(s string, args ...interface{})

func SliceNextElem

func SliceNextElem(v reflect.Value) reflect.Value

func StringToBytes

func StringToBytes(s string) []byte

func ToExported added in v5.0.9

func ToExported(s string) string

func ToUpper added in v5.0.5

func ToUpper(s string) string

func Underscore added in v5.0.9

func Underscore(s string) string

Underscore converts "CamelCasedString" to "camel_cased_string".

Types

type Error

type Error struct {
	// contains filtered or unexported fields
}

func Errorf

func Errorf(s string, args ...interface{}) Error

func (Error) Error

func (err Error) Error() string

type PGError

type PGError struct {
	// contains filtered or unexported fields
}

func NewPGError

func NewPGError(m map[byte]string) PGError

func (PGError) Error

func (err PGError) Error() string

func (PGError) Field

func (err PGError) Field(k byte) string

func (PGError) IntegrityViolation

func (err PGError) IntegrityViolation() bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL