com.websudos.morpheus.column

NumericColumn

sealed abstract class NumericColumn[T <: BaseTable[T, R], R, ValueType] extends PrimitiveColumn[T, R, ValueType]

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

Instance Constructors

  1. new NumericColumn(t: BaseTable[T, R], limit: Int = 0)(implicit arg0: Numeric[ValueType], arg1: SQLPrimitive[ValueType])

Type Members

  1. type Value = ValueType

    Definition Classes
    AbstractColumn

Abstract Value Members

  1. abstract def numericType: String

    Attributes
    protected[this]

Concrete 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): ValueType

    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. val int: SQLPrimitives.IntPrimitive.type

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  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[ValueType]

    Definition Classes
    PrimitiveColumn → Column
  22. def qb: SQLBuiltQuery

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

    Definition Classes
    NumericColumn → 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: ValueType): String

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

    Definition Classes
    AnyRef → Any
  28. def unsigned: Boolean

  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrimitiveColumn[T, R, ValueType]

Inherited from Column[T, R, ValueType]

Inherited from AbstractColumn[ValueType]

Inherited from SchemaSerializer

Inherited from AnyRef

Inherited from Any

Ungrouped