Groovy Documentation

griffon.plugins.couchdb
[Java] Interface CouchdbProvider


public interface CouchdbProvider

Authors:
Andres Almiray


Method Summary
Object withCouchdb(Closure closure)

Object withCouchdb(String databaseName, Closure closure)

Object withCouchdb(CallableWithArgs callable)

Object withCouchdb(String databaseName, CallableWithArgs callable)

 

Method Detail

withCouchdb

public Object withCouchdb(Closure closure)


withCouchdb

public Object withCouchdb(String databaseName, Closure closure)


withCouchdb

public Object withCouchdb(CallableWithArgs callable)


withCouchdb

public Object withCouchdb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation