com.websudos.morpheus.column

CharColumn

class CharColumn[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. CharColumn
  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 CharColumn(t: BaseTable[T, R], limit: Int = KnownTypeLimits.charLimit)

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. lazy val name: String

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

    Definition Classes
    AnyRef
  17. 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
  18. final def notify(): Unit

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

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

    Definition Classes
    PrimitiveColumn → Column
  21. def qb: SQLBuiltQuery

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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