eu.inn.binders

cassandra

package cassandra

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cassandra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ColumnValueIsNullException extends RuntimeException

  2. implicit class CqlContext extends AnyRef

  3. case class Dynamic(query: String) extends DynamicQuery with Product with Serializable

  4. trait DynamicQuery extends AnyRef

  5. trait IfApplied[+A] extends Product with Serializable

  6. class NoRowsSelectedException extends RuntimeException

  7. case class NotApplied[+A](x: A) extends IfApplied[A] with Product with Serializable

  8. class Query[C <: Converter] extends core.Query[Statement[C]]

  9. class Row[C <: Converter] extends core.Row

  10. class Rows[C <: Converter] extends core.Rows[Row[C]]

  11. class SessionQueryCache[C <: Converter] extends AnyRef

  12. class Statement[C <: Converter] extends core.Statement[Future[Rows[C]]]

  13. implicit class StatementOps[S <: Statement[_]] extends AnyRef

Value Members

  1. object Applied extends IfApplied[Nothing] with Product with Serializable

  2. implicit def convertFutureToUnit[R <: Rows[_]](f: Future[R])(implicit executor: ExecutionContext): Future[Unit]

  3. package internal

Inherited from AnyRef

Inherited from Any

Ungrouped