|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.datasource.AbstractDataSourceProvider
public abstract class AbstractDataSourceProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractDataSourceProvider()
|
|
| Method Summary | |
|---|---|
protected DataSource
|
getDataSource(String dataSourceName)
|
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 static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractDataSourceProvider()
| Method Detail |
|---|
protected DataSource getDataSource(String dataSourceName)
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