CassandraRowContext

trait CassandraRowContext extends RowContext
trait RowContext
class Object
trait Matchable
class Any

Type members

Classlikes

Inherited classlikes

case class BatchGroup(string: String, prepare: List[Prepare])
Inherited from:
RowContext
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])
Inherited from:
RowContext

Types

type BaseNullChecker = GenericNullChecker[ResultRow, Session]
override type PrepareRow = BoundStatement
override type ResultRow = Row

Inherited types

type Extractor[T] = (ResultRow, Session) => T
Inherited from:
RowContext
type Prepare = (PrepareRow, Session) => (List[Any], PrepareRow)
Inherited from:
RowContext

Value members

Concrete fields

val idiom: CqlIdiom.type

Inherited fields

Inherited from:
RowContext
protected val identityPrepare: Prepare
Inherited from:
RowContext

Implicits

Implicits

implicit val nullChecker: NullChecker