|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.datasource.DataSourceContributionAdapter
public class DataSourceContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private DataSourceProvider |
provider
|
| Constructor Summary | |
DataSourceContributionAdapter()
|
|
| Method Summary | |
|---|---|
DataSourceProvider
|
getDataSourceProvider()
|
void
|
setDataSourceProvider(DataSourceProvider provider)
|
R
|
withSql(Closure closure)
|
R
|
withSql(String dataSourceName, Closure closure)
|
R
|
withSql(CallableWithArgs callable)
|
R
|
withSql(String dataSourceName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private DataSourceProvider provider
| Constructor Detail |
|---|
DataSourceContributionAdapter()
| Method Detail |
|---|
public DataSourceProvider getDataSourceProvider()
public void setDataSourceProvider(DataSourceProvider provider)
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