Class DefaultN1qlQueryRow

    • Constructor Detail

    • Method Detail

      • byteValue

        public byte[] byteValue()
        Specified by:
        byteValue in interface N1qlQueryRow
        Returns:
        the raw array of bytes representing the JSON of this row.
      • value

        public JsonObject value()
        Return the JsonObject representation of the JSON corresponding to this row. The JsonObject is lazily created from byteValue() the first time it is requested.
        Specified by:
        value in interface N1qlQueryRow
        Returns:
        the JsonObject representation of the value.
        Throws:
        TranscodingException - if the lazy deserialization couldn't be performed due to a Jackson error.