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