Interface AsyncN1qlQueryRow

All Known Implementing Classes:
DefaultAsyncN1qlQueryRow

@Committed
@Public
public interface AsyncN1qlQueryRow
  • Method Summary

    Modifier and Type Method Description
    byte[] byteValue()  
    JsonObject value()  
  • Method Details

    • byteValue

      byte[] byteValue()
      Returns:
      the raw array of bytes representing the JSON of this row.
    • value

      JsonObject value()
      Returns:
      the JsonObject representation of the JSON corresponding to this row.