Class/Object

com.rocketfuel.sdbc.cassandra

TupleValue

Related Docs: object TupleValue | package cassandra

Permalink

case class TupleValue(underlying: datastax.oss.driver.api.core.data.TupleValue) extends GettableByIndex with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, GettableByIndex, AccessibleByIndex, Data, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleValue
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GettableByIndex
  7. AccessibleByIndex
  8. Data
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TupleValue(underlying: datastax.oss.driver.api.core.data.TupleValue)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit compositeTupleGetter: CompositeTupleGetter[A]): A

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def codecRegistry(): CodecRegistry

    Permalink
    Definition Classes
    TupleValue → Data
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get[T](i: Int, targetClass: Class[T]): T

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  11. def get[ValueT](arg0: Int, arg1: GenericType[ValueT]): ValueT

    Permalink
    Definition Classes
    GettableByIndex
  12. def get[ValueT](arg0: Int, arg1: TypeCodec[ValueT]): ValueT

    Permalink
    Definition Classes
    GettableByIndex
  13. def getBigDecimal(i: Int): BigDecimal

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  14. def getBigInteger(i: Int): BigInteger

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  15. def getBoolean(i: Int): Boolean

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  16. def getByte(i: Int): Byte

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  17. def getByteBuffer(i: Int): ByteBuffer

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  18. def getBytesUnsafe(i: Int): ByteBuffer

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getCqlDuration(arg0: Int): CqlDuration

    Permalink
    Definition Classes
    GettableByIndex
  21. def getDouble(i: Int): Double

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  22. def getFloat(i: Int): Float

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  23. def getInetAddress(i: Int): InetAddress

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  24. def getInstant(i: Int): Instant

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  25. def getInt(i: Int): Int

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  26. def getList[T](i: Int, elementsClass: Class[T]): List[T]

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  27. def getLocalDate(i: Int): LocalDate

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  28. def getLocalTime(i: Int): LocalTime

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  29. def getLong(i: Int): Long

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  30. def getMap[K, V](i: Int, keysClass: Class[K], valuesClass: Class[V]): Map[K, V]

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  31. def getObject(i: Int): AnyRef

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  32. def getSet[T](i: Int, elementsClass: Class[T]): Set[T]

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  33. def getShort(i: Int): Short

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  34. def getString(i: Int): String

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  35. def getToken(arg0: Int): Token

    Permalink
    Definition Classes
    GettableByIndex
  36. def getTupleValue(i: Int): datastax.oss.driver.api.core.data.TupleValue

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  37. def getType(i: Int): DataType

    Permalink
    Definition Classes
    TupleValue → AccessibleByIndex
  38. def getUdtValue(arg0: Int): UdtValue

    Permalink
    Definition Classes
    GettableByIndex
  39. def getUuid(i: Int): UUID

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isNull(i: Int): Boolean

    Permalink
    Definition Classes
    TupleValue → GettableByIndex
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def protocolVersion(): ProtocolVersion

    Permalink
    Definition Classes
    TupleValue → Data
  46. def size(): Int

    Permalink
    Definition Classes
    TupleValue → AccessibleByIndex
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. val underlying: datastax.oss.driver.api.core.data.TupleValue

    Permalink
  49. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GettableByIndex

Inherited from AccessibleByIndex

Inherited from Data

Inherited from AnyRef

Inherited from Any

Ungrouped