CassandraRowContext

io.getquill.context.cassandra.CassandraRowContext
trait CassandraRowContext extends RowContext

Attributes

Graph
Supertypes
trait RowContext
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

Attributes

Supertypes
trait GenericNullChecker[ResultRow, Session]
class Object
trait Matchable
class Any

Inherited classlikes

case class BatchGroup(string: String, prepare: List[Prepare])

Attributes

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class BatchGroupReturning(string: String, returningBehavior: ReturnAction, prepare: List[Prepare])

Attributes

Inherited from:
RowContext
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

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

Inherited types

type Extractor[T] = (ResultRow, Session) => T

Attributes

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

Attributes

Inherited from:
RowContext

Value members

Concrete fields

val idiom: CqlIdiom.type

Inherited fields

Attributes

Inherited from:
RowContext
protected val identityPrepare: Prepare

Attributes

Inherited from:
RowContext

Implicits

Implicits

implicit val nullChecker: NullChecker