com.websudos.morpheus.column

BlobColumn

class BlobColumn[T <: BaseTable[T, R], R] extends LimitedTextColumn[T, R]

Linear Supertypes
LimitedTextColumn[T, R], PrimitiveColumn[T, R, String], Column[T, R, String], AbstractColumn[String], SchemaSerializer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BlobColumn
  2. LimitedTextColumn
  3. PrimitiveColumn
  4. Column
  5. AbstractColumn
  6. SchemaSerializer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BlobColumn(t: BaseTable[T, R])

Type Members

  1. type Value = String

    Definition Classes
    AbstractColumn

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 apply(r: Row): String

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

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  15. val limit: Int

    Attributes
    protected[this]
    Definition Classes
    LimitedTextColumn
  16. lazy val name: String

    Definition Classes
    AbstractColumn
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def notNull: Boolean

    This method, overridden by the Null and NotNull Key mixins, tells if a column is allowed to be null with respect to the SQL schema.

    This method, overridden by the Null and NotNull Key mixins, tells if a column is allowed to be null with respect to the SQL schema. Using the stackable trait pattern it's easier for the end DSL users to mentally map a Scala schema to an SQL schema with 0 effort and inversely, go from SQL to Morpheus DSL code.

    returns

    A Boolean value.

    Definition Classes
    AbstractColumn
  19. final def notify(): Unit

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

    Definition Classes
    AnyRef
  21. def optional(r: Row): Option[String]

    Definition Classes
    PrimitiveColumn → Column
  22. def qb: SQLBuiltQuery

    Definition Classes
    PrimitiveColumn → AbstractColumn → SchemaSerializer
  23. def sqlType: String

    Definition Classes
    BlobColumn → PrimitiveColumn → AbstractColumn
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. val table: BaseTable[T, R]

    Definition Classes
    Column → AbstractColumn
  26. def toQueryString(v: String): String

    Definition Classes
    PrimitiveColumn → AbstractColumn
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LimitedTextColumn[T, R]

Inherited from PrimitiveColumn[T, R, String]

Inherited from Column[T, R, String]

Inherited from AbstractColumn[String]

Inherited from SchemaSerializer

Inherited from AnyRef

Inherited from Any

Ungrouped