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

2 uses

	github.com/jackc/pgtype (current package)
		hstore_array.go#L359: func (src HstoreArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		hstore_array.go#L480: 	buf, err := src.EncodeText(nil, nil)