com.websudos.morpheus.column

TinyIntColumn

class TinyIntColumn[T <: BaseTable[T, R], R] extends NumericColumn[T, R, Int]

Linear Supertypes
NumericColumn[T, R, Int], PrimitiveColumn[T, R, Int], Column[T, R, Int], AbstractColumn[Int], SchemaSerializer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TinyIntColumn
  2. NumericColumn
  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 TinyIntColumn(t: BaseTable[T, R], limit: Int = 0)

Type Members

  1. type Value = Int

    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): Int

    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

    Definition Classes
    NumericColumn
  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. val numericType: String

    Attributes
    protected[this]
    Definition Classes
    TinyIntColumnNumericColumn
  22. def optional(r: Row): Option[Int]

    Definition Classes
    PrimitiveColumn → Column
  23. def qb: SQLBuiltQuery

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  29. def unsigned: Boolean

    Definition Classes
    NumericColumn
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NumericColumn[T, R, Int]

Inherited from PrimitiveColumn[T, R, Int]

Inherited from Column[T, R, Int]

Inherited from AbstractColumn[Int]

Inherited from SchemaSerializer

Inherited from AnyRef

Inherited from Any

Ungrouped