Package

eu.inn.binders

cassandra

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractStatement[C <: Converter, S <: com.datastax.driver.core.Statement] extends AnyRef

    Permalink

    statement have to be protected in general

  2. class BatchStatement[C <: Converter] extends AbstractStatement[C, com.datastax.driver.core.BatchStatement]

    Permalink
  3. class ColumnValueIsNullException extends RuntimeException

    Permalink
  4. implicit final class CqlContext extends AnyVal

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

    Permalink
  6. trait DynamicQuery extends AnyRef

    Permalink
  7. trait IfApplied[+A] extends Product with Serializable

    Permalink
  8. class NoRowsSelectedException extends RuntimeException

    Permalink
  9. case class NotAppliedExists[+A](x: A) extends IfApplied[A] with Product with Serializable

    Permalink
  10. class Query[C <: Converter] extends AnyRef

    Permalink
  11. class Row[C <: Converter] extends Deserializer[C]

    Permalink
  12. class Rows[C <: Converter] extends Deserializer[C]

    Permalink
  13. class SessionQueryCache[C <: Converter] extends AnyRef

    Permalink
  14. class Statement[C <: Converter] extends AbstractStatement[C, BoundStatement] with Serializer[C]

    Permalink
  15. implicit final class StatementOps[S <: AbstractStatement[_, _]] extends AnyVal

    Permalink

Value Members

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

    Permalink
  2. object Batch

    Permalink
  3. object NotApplied extends IfApplied[Nothing] with Product with Serializable

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

    Permalink
  5. package internal

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped