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