|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.cassandra.CassandraContributionAdapter
public class CassandraContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private CassandraProvider |
provider
|
| Constructor Summary | |
CassandraContributionAdapter()
|
|
| Method Summary | |
|---|---|
CassandraProvider
|
getCassandraProvider()
|
void
|
setCassandraProvider(CassandraProvider provider)
|
R
|
withCql(Closure closure)
|
R
|
withCql(String dataSourceName, Closure closure)
|
R
|
withCql(CallableWithArgs callable)
|
R
|
withCql(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 CassandraProvider provider
| Constructor Detail |
|---|
CassandraContributionAdapter()
| Method Detail |
|---|
public CassandraProvider getCassandraProvider()
public void setCassandraProvider(CassandraProvider provider)
public R withCql(Closure closure)
public R withCql(String dataSourceName, Closure closure)
public R withCql(CallableWithArgs callable)
public R withCql(String dataSourceName, CallableWithArgs callable)
Groovy Documentation