type github.com/jackc/pgtype.XID
13 uses
github.com/jackc/pgtype (current package)
pgtype.go#L320: ci.RegisterDataType(DataType{Value: &XID{}, Name: "xid", OID: XIDOID})
pgtype.go#L937: "xid": &XID{},
xid.go#L21: type XID pguint32
xid.go#L26: func (dst *XID) Set(src interface{}) error {
xid.go#L30: func (dst XID) Get() interface{} {
xid.go#L36: func (src *XID) AssignTo(dst interface{}) error {
xid.go#L40: func (dst *XID) DecodeText(ci *ConnInfo, src []byte) error {
xid.go#L44: func (dst *XID) DecodeBinary(ci *ConnInfo, src []byte) error {
xid.go#L48: func (src XID) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
xid.go#L52: func (src XID) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
xid.go#L57: func (dst *XID) Scan(src interface{}) error {
xid.go#L62: func (src XID) Value() (driver.Value, error) {
github.com/jackc/pgx/v4/stdlib
sql.go#L658: var d pgtype.XID
 |
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. |