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