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