Package com.couchbase.client.java.query
Interface N1qlQueryRow
- All Known Implementing Classes:
DefaultN1qlQueryRow
@Committed @Public public interface N1qlQueryRow
-
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.
-