Groovy Documentation

griffon.plugins.cassandra
[Java] Interface CassandraProvider


public interface CassandraProvider

Authors:
Andres Almiray


Method Summary
R withCql(Closure closure)

R withCql(String dataSourceName, Closure closure)

R withCql(CallableWithArgs callable)

R withCql(String dataSourceName, CallableWithArgs callable)

 

Method Detail

withCql

public R withCql(Closure closure)


withCql

public R withCql(String dataSourceName, Closure closure)


withCql

public R withCql(CallableWithArgs callable)


withCql

public R withCql(String dataSourceName, CallableWithArgs callable)


 

Groovy Documentation