github.com/jackc/pgtype.Timestamp.DecodeText (method)
6 uses
github.com/jackc/pgtype (current package)
timestamp.go#L100: func (dst *Timestamp) DecodeText(ci *ConnInfo, src []byte) error {
timestamp.go#L215: return dst.DecodeText(nil, []byte(src))
timestamp.go#L219: return dst.DecodeText(nil, srcCopy)
timestamp_array.go#L332: err = elem.DecodeText(ci, elemSrc)
tsrange.go#L75: if err := dst.Lower.DecodeText(ci, []byte(utr.Lower)); err != nil {
tsrange.go#L81: if err := dst.Upper.DecodeText(ci, []byte(utr.Upper)); err != nil {
![]() |
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. |