type github.com/jackc/pgtype.Int8range
20 uses
github.com/jackc/pgtype (current package)
int8range.go#L10: type Int8range struct {
int8range.go#L18: func (dst *Int8range) Set(src interface{}) error {
int8range.go#L21: *dst = Int8range{Status: Null}
int8range.go#L26: case Int8range:
int8range.go#L28: case *Int8range:
int8range.go#L39: func (dst Int8range) Get() interface{} {
int8range.go#L50: func (src *Int8range) AssignTo(dst interface{}) error {
int8range.go#L54: func (dst *Int8range) DecodeText(ci *ConnInfo, src []byte) error {
int8range.go#L56: *dst = Int8range{Status: Null}
int8range.go#L65: *dst = Int8range{Status: Present}
int8range.go#L89: func (dst *Int8range) DecodeBinary(ci *ConnInfo, src []byte) error {
int8range.go#L91: *dst = Int8range{Status: Null}
int8range.go#L100: *dst = Int8range{Status: Present}
int8range.go#L124: func (src Int8range) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
int8range.go#L177: func (src Int8range) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
int8range.go#L246: func (dst *Int8range) Scan(src interface{}) error {
int8range.go#L248: *dst = Int8range{Status: Null}
int8range.go#L265: func (src Int8range) Value() (driver.Value, error) {
pgtype.go#L292: ci.RegisterDataType(DataType{Value: &Int8range{}, Name: "int8range", OID: Int8rangeOID})
pgtype.go#L910: "int8range": &Int8range{},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |