Uses of Class
com.couchbase.client.protocol.views.OnError

Packages that use OnError
com.couchbase.client.protocol.views   
 

Uses of OnError in com.couchbase.client.protocol.views
 

Methods in com.couchbase.client.protocol.views that return OnError
static OnError OnError.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OnError[] OnError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.couchbase.client.protocol.views with parameters of type OnError
 Query Query.setOnError(OnError opt)
          Sets the response in the event of an error.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.