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

2 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L161: func (src Hstore) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		hstore_array.go#L396: 		elemBuf, err := elem.EncodeText(ci, inElemBuf)