Uses of Interface
com.couchbase.client.java.query.N1qlQueryRow
-
Packages that use N1qlQueryRow Package Description com.couchbase.client.java.query -
-
Uses of N1qlQueryRow in com.couchbase.client.java.query
Classes in com.couchbase.client.java.query that implement N1qlQueryRow Modifier and Type Class Description classDefaultN1qlQueryRowMethods in com.couchbase.client.java.query that return types with arguments of type N1qlQueryRow Modifier and Type Method Description List<N1qlQueryRow>DefaultN1qlQueryResult. allRows()List<N1qlQueryRow>N1qlQueryResult. allRows()Iterator<N1qlQueryRow>DefaultN1qlQueryResult. iterator()Iterator<N1qlQueryRow>DefaultN1qlQueryResult. rows()Iterator<N1qlQueryRow>N1qlQueryResult. rows()
-