|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface CouchdbProvider
| Method Summary | |
|---|---|
Object
|
withCouchdb(Closure closure)
|
Object
|
withCouchdb(String databaseName, Closure closure)
|
Object
|
withCouchdb(CallableWithArgs callable)
|
Object
|
withCouchdb(String databaseName, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withCouchdb(Closure closure)
public Object withCouchdb(String databaseName, Closure closure)
public Object withCouchdb(CallableWithArgs callable)
public Object withCouchdb(String databaseName, CallableWithArgs callable)
Groovy Documentation