github.com/jackc/pgtype.Float8.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		float8.go#L216: func (src Float8) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		float8_array.go#L424: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)