Packages

package virgil

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. virgil
  2. CqlPrimitiveDecoderZIOInstances
  3. CqlPrimitiveEncoderZIOInstances
  4. CQLZIOInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package codecs

Type Members

  1. trait CQLExecutor extends AnyRef
  2. trait CQLZIOInstances extends AnyRef
  3. implicit class CQLZioOperations[+Result] extends AnyRef
    Definition Classes
    CQLZIOInstances
  4. final case class Paged[A](data: Chunk[A], pageState: Option[PageState]) extends Product with Serializable

Value Members

  1. implicit def chunkCqlPrimitiveDecoder[A](implicit element: CqlPrimitiveDecoder[A]): WithDriver[Chunk[A], List[DriverType]]
  2. implicit def chunkCqlPrimitiveEncoder[ScalaElem](implicit element: CqlPrimitiveEncoder[ScalaElem]): ListPrimitiveEncoder[Chunk, ScalaElem, DriverType]
  3. object CQLExecutor
  4. object CQLZIOInstances extends CQLZIOInstances

Inherited from CQLZIOInstances

Inherited from AnyRef

Inherited from Any

Ungrouped