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

2 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L197: func (src Hstore) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
		hstore_array.go#L447: 		elemBuf, err := src.Elements[i].EncodeBinary(ci, buf)