Packages

package sdbc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object Cassandra extends ParameterValue with Getter

    Import the contents of this object to interact with Apache Cassandra using the Datastax driver.

    Import the contents of this object to interact with Apache Cassandra using the Datastax driver.

    import com.rocketfuel.sdbc.Cassandra._
    
    val session = cluster.connect()
    
    session.iterator[Int]("SELECT 1")

Ungrouped