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