Trait/Object

spinoco.fs2.cassandra

Insert

Related Docs: object Insert | package cassandra

Permalink

trait Insert[I, O] extends DMLStatement[I, O]

Self Type
Insert[I, O]
Source
statement.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Insert
  2. DMLStatement
  3. CStatement
  4. AnyRef
  5. Any
Implicitly
  1. by InsertHOutputSyntax
  2. by InsertHInputSyntax
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def cqlFor(i: I): String

    Permalink

    function that writes query to their CQL representations *

  2. abstract def cqlStatement: String

    Permalink

    raw cql statement *

    raw cql statement *

    Definition Classes
    InsertCStatement
  3. abstract def fill(i: I, s: PreparedStatement, protocolVersion: ProtocolVersion): BoundStatement

    Permalink

    fills prepared statement with any I to form bound statement *

    fills prepared statement with any I to form bound statement *

    Definition Classes
    CStatement
  4. abstract def read(r: Row, protocolVersion: ProtocolVersion): Either[Throwable, O]

    Permalink

    function that read values from the row with converting them to O or presenting read failure *

  5. abstract def read(r: ResultSet, protocolVersion: ProtocolVersion): Either[Throwable, O]

    Permalink

    reads the result received from executing the statement *

    reads the result received from executing the statement *

    Definition Classes
    DMLStatement
  6. abstract def readBatchResult(i: I): BatchResultReader[O]

    Permalink

    for batch results, this allows to read result realted to this batched statement *

    for batch results, this allows to read result realted to this batched statement *

    Definition Classes
    DMLStatement
  7. abstract def writeRaw(i: I, protocolVersion: ProtocolVersion): Map[String, ByteBuffer]

    Permalink

    function that writes query to their raw values *

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to any2stringadd[Insert[I, O]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Insert[I, O], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to ArrowAssoc[Insert[I, O]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if O is Option[Nothing] (O =:= Option[Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def as[A](implicit G: Aux[A, O]): Insert[I, Option[A]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to InsertHOutputSyntax[I, O] performed by method InsertHOutputSyntax in spinoco.fs2.cassandra.Insert. This conversion will take place only if O is Option[O] (O =:= Option[O]).
    Definition Classes
    InsertHOutputSyntax
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (Insert[I, O]) ⇒ Boolean, msg: ⇒ Any): Insert[I, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to Ensuring[Insert[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Insert[I, O]) ⇒ Boolean): Insert[I, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to Ensuring[Insert[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): Insert[I, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to Ensuring[Insert[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Insert[I, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to Ensuring[Insert[I, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to StringFormat[Insert[I, O]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. def from[A](implicit G: Aux[A, I]): Insert[A, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to InsertHInputSyntax[I, O] performed by method InsertHInputSyntax in spinoco.fs2.cassandra.Insert. This conversion will take place only if I is a subclass of HList (I <: HList).
    Definition Classes
    InsertHInputSyntax
  18. def fromHList[L <: HList](implicit V: Aux[I, L]): Insert[L, O]

    Permalink

    reads from given supplied HList.

    reads from given supplied HList. value types must be in same order as I record *

    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to InsertHInputSyntax[I, O] performed by method InsertHInputSyntax in spinoco.fs2.cassandra.Insert. This conversion will take place only if I is a subclass of HList (I <: HList).
    Definition Classes
    InsertHInputSyntax
  19. def fromTuple[A](implicit T: Aux[A, I]): Insert[A, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to InsertHInputSyntax[I, O] performed by method InsertHInputSyntax in spinoco.fs2.cassandra.Insert. This conversion will take place only if I is a subclass of HList (I <: HList).
    Definition Classes
    InsertHInputSyntax
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def map[O2](f: (O) ⇒ O2): Insert[I, O2]

    Permalink

    changes output O by supplied function *

  24. def mapIn[I2](f: (I2) ⇒ I): Insert[I2, O]

    Permalink

    changes input I by supplied function f *

  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (Insert[I, O], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to ArrowAssoc[Insert[I, O]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if O is Option[Nothing] (O =:= Option[Nothing]).
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Insert[I, Option[O]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to InsertHOutputSyntax[I, O] performed by method InsertHOutputSyntax in spinoco.fs2.cassandra.Insert. This conversion will take place only if O is Option[O] (O =:= Option[O]).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (insert: InsertHOutputSyntax[I, O]).self
    Definition Classes
    InsertHOutputSyntax
  2. val self: Insert[I, O]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Insert[I, O] to InsertHInputSyntax[I, O] performed by method InsertHInputSyntax in spinoco.fs2.cassandra.Insert. This conversion will take place only if I is a subclass of HList (I <: HList).
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (insert: InsertHInputSyntax[I, O]).self
    Definition Classes
    InsertHInputSyntax

Inherited from DMLStatement[I, O]

Inherited from CStatement[I]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion InsertHOutputSyntax from Insert[I, O] to InsertHOutputSyntax[I, O]

Inherited by implicit conversion InsertHInputSyntax from Insert[I, O] to InsertHInputSyntax[I, O]

Inherited by implicit conversion any2stringadd from Insert[I, O] to any2stringadd[Insert[I, O]]

Inherited by implicit conversion StringFormat from Insert[I, O] to StringFormat[Insert[I, O]]

Inherited by implicit conversion Ensuring from Insert[I, O] to Ensuring[Insert[I, O]]

Inherited by implicit conversion ArrowAssoc from Insert[I, O] to ArrowAssoc[Insert[I, O]]

Ungrouped