Uses of Class
com.couchbase.client.core.api.query.CoreQueryWarning
-
Packages that use CoreQueryWarning Package Description com.couchbase.client.core.api.query com.couchbase.client.core.classic.query com.couchbase.client.core.protostellar.query -
-
Uses of CoreQueryWarning in com.couchbase.client.core.api.query
Methods in com.couchbase.client.core.api.query that return types with arguments of type CoreQueryWarning Modifier and Type Method Description abstract List<CoreQueryWarning>CoreQueryMetaData. warnings()Returns any warnings returned by the query engine. -
Uses of CoreQueryWarning in com.couchbase.client.core.classic.query
Methods in com.couchbase.client.core.classic.query that return types with arguments of type CoreQueryWarning Modifier and Type Method Description List<CoreQueryWarning>ClassicCoreQueryMetaData. warnings() -
Uses of CoreQueryWarning in com.couchbase.client.core.protostellar.query
Methods in com.couchbase.client.core.protostellar.query that return types with arguments of type CoreQueryWarning Modifier and Type Method Description List<CoreQueryWarning>ProtostellarCoreQueryMetaData. warnings()
-