type github.com/jackc/pgtype.Int4range
20 uses
github.com/jackc/pgtype (current package)
int4range.go#L10: type Int4range struct {
int4range.go#L18: func (dst *Int4range) Set(src interface{}) error {
int4range.go#L21: *dst = Int4range{Status: Null}
int4range.go#L26: case Int4range:
int4range.go#L28: case *Int4range:
int4range.go#L39: func (dst Int4range) Get() interface{} {
int4range.go#L50: func (src *Int4range) AssignTo(dst interface{}) error {
int4range.go#L54: func (dst *Int4range) DecodeText(ci *ConnInfo, src []byte) error {
int4range.go#L56: *dst = Int4range{Status: Null}
int4range.go#L65: *dst = Int4range{Status: Present}
int4range.go#L89: func (dst *Int4range) DecodeBinary(ci *ConnInfo, src []byte) error {
int4range.go#L91: *dst = Int4range{Status: Null}
int4range.go#L100: *dst = Int4range{Status: Present}
int4range.go#L124: func (src Int4range) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
int4range.go#L177: func (src Int4range) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
int4range.go#L246: func (dst *Int4range) Scan(src interface{}) error {
int4range.go#L248: *dst = Int4range{Status: Null}
int4range.go#L265: func (src Int4range) Value() (driver.Value, error) {
pgtype.go#L290: ci.RegisterDataType(DataType{Value: &Int4range{}, Name: "int4range", OID: Int4rangeOID})
pgtype.go#L908: "int4range": &Int4range{},
 |
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. |