public class DefaultN1qlQueryRow extends Object implements N1qlQueryRow
Constructor and Description |
---|
DefaultN1qlQueryRow(AsyncN1qlQueryRow asyncRow) |
Modifier and Type | Method and Description |
---|---|
byte[] |
byteValue() |
String |
toString() |
JsonObject |
value()
Return the
JsonObject representation of the JSON corresponding to this row. |
public DefaultN1qlQueryRow(AsyncN1qlQueryRow asyncRow)
public byte[] byteValue()
byteValue
in interface N1qlQueryRow
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.
value
in interface N1qlQueryRow
TranscodingException
- if the lazy deserialization couldn’t be performed due to a Jackson error.Copyright © 2015 Couchbase, Inc.