org.scassandra.priming

prepared

package prepared

Visibility
  1. Public
  2. All

Type Members

  1. case class PreparedPrime(variableTypes: List[ColumnType[_]] = immutable.this.Nil, prime: Prime = ...) extends Product with Serializable

  2. case class PrimePreparedSingle(when: WhenPreparedSingle, then: ThenPreparedSingle) extends Product with Serializable

  3. class PrimePreparedStore extends Logging

  4. case class ThenPreparedSingle(rows: Option[List[Map[String, Any]]], variable_types: Option[List[ColumnType[_]]] = scala.None, column_types: Option[Map[String, ColumnType[_]]] = scala.None, result: Option[Result] = ...) extends Product with Serializable

  5. case class WhenPreparedSingle(query: String, consistency: Option[List[Consistency]] = scala.None) extends Product with Serializable

Value Members

  1. object PrimePreparedStore

Ungrouped