Documentation ¶
Index ¶
- func Append(b []byte, v interface{}, quote int) []byte
- func AppendField(b []byte, field string, quote int) []byte
- func AppendFieldBytes(b []byte, field []byte, quote int) []byte
- func AppendJSONB(b, jsonb []byte, quote int) []byte
- func AppendNull(b []byte, quote int) []byte
- func AppendString(b []byte, s string, quote int) []byte
- func AppendStringStringMap(b []byte, m map[string]string, quote int) []byte
- func AppendTime(b []byte, tm time.Time, quote int) []byte
- func IsSQLScanner(typ reflect.Type) bool
- func ParseTime(b []byte) (time.Time, error)
- func Scan(v interface{}, b []byte) error
- func ScanValue(v reflect.Value, b []byte) error
- type AppenderFunc
- type Array
- type F
- type Hstore
- type InOp
- type Q
- type Result
- type ScannerFunc
- type ValueAppender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendJSONB ¶
func AppendNull ¶
func AppendStringStringMap ¶
func IsSQLScanner ¶
Types ¶
type AppenderFunc ¶
func Appender ¶
func Appender(typ reflect.Type) AppenderFunc
func ArrayAppender ¶
func ArrayAppender(typ reflect.Type) AppenderFunc
func HstoreAppender ¶
func HstoreAppender(typ reflect.Type) AppenderFunc
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
A Result summarizes an executed SQL command.
func ParseResult ¶
type ScannerFunc ¶
func ArrayScanner ¶
func ArrayScanner(typ reflect.Type) ScannerFunc
func HstoreScanner ¶
func HstoreScanner(typ reflect.Type) ScannerFunc
func Scanner ¶
func Scanner(typ reflect.Type) ScannerFunc
Click to show internal directories.
Click to hide internal directories.