com.outworkers.phantom.builder.primitives.Primitives

StringPrimitive

object StringPrimitive extends Primitive[String]

Linear Supertypes
Primitive[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StringPrimitive
  2. Primitive
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def asCql(value: String): String

    Converts the type to a CQL compatible string.

    Converts the type to a CQL compatible string. The primitive is responsible for handling all aspects of adequate escaping as well. This is used to generate the final queries from domain objects.

    value

    The strongly typed value.

    returns

    The string representation of the value with respect to CQL standards.

    Definition Classes
    StringPrimitivePrimitive
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cassandraType: String

    Definition Classes
    Primitive
  9. val charset: Charset

  10. def checkNullsAndLength[T](source: ByteBuffer, len: Int, msg: String)(pf: PartialFunction[ByteBuffer, T]): T

    Attributes
    protected[this]
    Definition Classes
    Primitive
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dataType: String

    Definition Classes
    StringPrimitivePrimitive
  13. val decoder: CharsetDecoder

  14. def deserialize(source: ByteBuffer, version: ProtocolVersion): String

    Definition Classes
    StringPrimitivePrimitive
  15. val encoder: CharsetEncoder

  16. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fromRow(index: Int, row: Row): Try[String]

    Definition Classes
    Primitive
  20. def fromRow(column: String, row: Row): Try[String]

    Definition Classes
    Primitive
  21. def frozen: Boolean

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    There are several kinds of primitives that must freeze in both scenarios: - Set columns - List columns - Map columns - Tuple columns - UDT columns

    returns

    A boolean that marks if this should be frozen.

    Definition Classes
    Primitive
  22. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def notNull[T](value: T, msg: String = "Value cannot be null"): Unit

    Attributes
    protected[this]
    Definition Classes
    Primitive
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def nullCheck[T](column: String, row: Row)(fn: (Row) ⇒ T): Try[T]

    Attributes
    protected[this]
    Definition Classes
    Primitive
  30. def nullCheck[T](index: Int, row: Row)(fn: (Row) ⇒ T): Try[T]

    Attributes
    protected[this]
    Definition Classes
    Primitive
  31. def nullValueCheck(source: String)(fn: (String) ⇒ ByteBuffer): ByteBuffer

    Attributes
    protected[this]
    Definition Classes
    Primitive
  32. def serialize(obj: String, version: ProtocolVersion): ByteBuffer

    Definition Classes
    StringPrimitivePrimitive
  33. def shouldFreeze: Boolean

    Whether or not this primitive should freeze if used together with a primary column.

    Whether or not this primitive should freeze if used together with a primary column. or if used as part of a partition column.

    returns

    A Boolean marking whether or not this should freeze.

    Definition Classes
    Primitive
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Primitive[String]

Inherited from AnyRef

Inherited from Any

Ungrouped