type github.com/jackc/pgtype.Bit
12 uses
github.com/jackc/pgtype (current package)
bit.go#L7: type Bit Varbit
bit.go#L9: func (dst *Bit) Set(src interface{}) error {
bit.go#L13: func (dst Bit) Get() interface{} {
bit.go#L17: func (src *Bit) AssignTo(dst interface{}) error {
bit.go#L21: func (dst *Bit) DecodeBinary(ci *ConnInfo, src []byte) error {
bit.go#L25: func (src Bit) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
bit.go#L29: func (dst *Bit) DecodeText(ci *ConnInfo, src []byte) error {
bit.go#L33: func (src Bit) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
bit.go#L38: func (dst *Bit) Scan(src interface{}) error {
bit.go#L43: func (src Bit) Value() (driver.Value, error) {
pgtype.go#L274: ci.RegisterDataType(DataType{Value: &Bit{}, Name: "bit", OID: BitOID})
pgtype.go#L891: "bit": &Bit{},
 |
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. |