Trait/Object

spinoco.fs2.cassandra

Delete

Related Docs: object Delete | package cassandra

Permalink

trait Delete[Q, R] extends DMLStatement[Q, R]

Self Type
Delete[Q, R]
Source
statement.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Delete
  2. DMLStatement
  3. CStatement
  4. AnyRef
  5. Any
Implicitly
  1. by DeleteRSyntax
  2. by DeleteQSyntax
  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(q: Q): String

    Permalink

    function that writes query Q to their CQL representations *

  2. abstract def cqlStatement: String

    Permalink

    raw cql statement *

    raw cql statement *

    Definition Classes
    DeleteCStatement
  3. abstract def fill(i: Q, 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, R]

    Permalink

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

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

    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: Q): BatchResultReader[R]

    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(q: Q, protocolVersion: ProtocolVersion): Map[String, ByteBuffer]

    Permalink

    function that writes query Q 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 Delete[Q, R] to any2stringadd[Delete[Q, R]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Delete[Q, R], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to ArrowAssoc[Delete[Q, R]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def as[A](implicit G: Aux[A, R]): Delete[Q, A]

    Permalink

    retruns result as class A given it can be constructed from R *

    retruns result as class A given it can be constructed from R *

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteRSyntax[Q, R] performed by method DeleteRSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if R is a subclass of HList (R <: HList).
    Definition Classes
    DeleteRSyntax
  7. def asA[A](implicit V: Aux[R, ::[A, HNil]]): Delete[Q, A]

    Permalink

    retruns result as A given there is only single result *

    retruns result as A given there is only single result *

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteRSyntax[Q, R] performed by method DeleteRSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if R is a subclass of HList (R <: HList).
    Definition Classes
    DeleteRSyntax
  8. def asHlist(implicit V: Values[R]): Delete[Q, Out]

    Permalink

    returns result as Hlist, stripping any key types *

    returns result as Hlist, stripping any key types *

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteRSyntax[Q, R] performed by method DeleteRSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if R is a subclass of HList (R <: HList).
    Definition Classes
    DeleteRSyntax
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asTuple(implicit T: Tupler[R]): Delete[Q, shapeless.ops.hlist.Tupler.Out]

    Permalink

    returns result as tuple *

    returns result as tuple *

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteRSyntax[Q, R] performed by method DeleteRSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if R is a subclass of HList (R <: HList).
    Definition Classes
    DeleteRSyntax
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def ensuring(cond: (Delete[Q, R]) ⇒ Boolean, msg: ⇒ Any): Delete[Q, R]

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

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

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

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

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

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

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

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

    Permalink

    transforms update to read from given class A *

    transforms update to read from given class A *

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteQSyntax[Q, R] performed by method DeleteQSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if Q is a subclass of HList (Q <: HList).
    Definition Classes
    DeleteQSyntax
  21. def fromA[A](implicit V: Aux[Q, ::[A, HNil]]): Delete[A, R]

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

    Permalink

    reads from given supplied HList.

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

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteQSyntax[Q, R] performed by method DeleteQSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if Q is a subclass of HList (Q <: HList).
    Definition Classes
    DeleteQSyntax
  23. def fromTuple[T](implicit T: Aux[T, Q]): Delete[T, R]

    Permalink

    reads delete from supplied tuple.

    reads delete from supplied tuple. Explicit tuple type must be provided *

    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteQSyntax[Q, R] performed by method DeleteQSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if Q is a subclass of HList (Q <: HList).
    Definition Classes
    DeleteQSyntax
  24. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  27. def map[R2](f: (R) ⇒ R2): Delete[Q, R2]

    Permalink
  28. def mapIn[Q2](f: (Q2) ⇒ Q): Delete[Q2, R]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def [B](y: B): (Delete[Q, R], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to ArrowAssoc[Delete[Q, R]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Delete[Q, R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteRSyntax[Q, R] performed by method DeleteRSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if R is a subclass of HList (R <: 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:
    (delete: DeleteRSyntax[Q, R]).self
    Definition Classes
    DeleteRSyntax
  2. val self: Delete[Q, R]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Delete[Q, R] to DeleteQSyntax[Q, R] performed by method DeleteQSyntax in spinoco.fs2.cassandra.Delete. This conversion will take place only if Q is a subclass of HList (Q <: 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:
    (delete: DeleteQSyntax[Q, R]).self
    Definition Classes
    DeleteQSyntax

Inherited from DMLStatement[Q, R]

Inherited from CStatement[Q]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion DeleteRSyntax from Delete[Q, R] to DeleteRSyntax[Q, R]

Inherited by implicit conversion DeleteQSyntax from Delete[Q, R] to DeleteQSyntax[Q, R]

Inherited by implicit conversion any2stringadd from Delete[Q, R] to any2stringadd[Delete[Q, R]]

Inherited by implicit conversion StringFormat from Delete[Q, R] to StringFormat[Delete[Q, R]]

Inherited by implicit conversion Ensuring from Delete[Q, R] to Ensuring[Delete[Q, R]]

Inherited by implicit conversion ArrowAssoc from Delete[Q, R] to ArrowAssoc[Delete[Q, R]]

Ungrouped