github.com/jackc/pgtype.Date.EncodeBinary (method)
4 uses
github.com/jackc/pgtype (current package)
date.go#L172: func (src Date) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
date_array.go#L476: elemBuf, err := src.Elements[i].EncodeBinary(ci, buf)
daterange.go#L216: buf, err = src.Lower.EncodeBinary(ci, buf)
daterange.go#L231: buf, err = src.Upper.EncodeBinary(ci, buf)
![]() |
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. |