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