Trait

sqlest.ast

MappedColumnTypes

Related Doc: package ast

Permalink

trait MappedColumnTypes extends StringMappedColumnTypes with BooleanMappedColumnTypes with EnumerationMappedColumnTypes with NumericMappedColumnTypes with LocalDateMappedColumnTypes with OptionColumnTypes

Standard set of MappedColumnTypes for various column types:

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedColumnTypes
  2. OptionColumnTypes
  3. LocalDateMappedColumnTypes
  4. NumericMappedColumnTypes
  5. EnumerationMappedColumnTypes
  6. BooleanMappedColumnTypes
  7. StringMappedColumnTypes
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseEnumerationColumnType[ValueType, DatabaseType] extends MappedColumnType[ValueType, DatabaseType]

    Permalink
    Definition Classes
    EnumerationMappedColumnTypes
  2. case class EnumerationColumnType[ValueType, DatabaseType](mappings: (ValueType, DatabaseType)*)(implicit evidence$1: BaseColumnType[DatabaseType], innerColumnType: Aux[DatabaseType, DatabaseType]) extends BaseEnumerationColumnType[ValueType, DatabaseType] with Product with Serializable

    Permalink
    Definition Classes
    EnumerationMappedColumnTypes
  3. case class MappedBooleanColumnType[DatabaseType](trueValue: DatabaseType, falseValue: DatabaseType)(implicit baseColumnType: BaseColumnType[DatabaseType]) extends MappedColumnType[Boolean, DatabaseType] with Product with Serializable

    Permalink
    Definition Classes
    BooleanMappedColumnTypes
  4. type MappedColumnType[ValueType, DatabaseType] = ast.MappedColumnType[ValueType, DatabaseType]

    Permalink
  5. case class OrderedEnumerationColumnType[ValueType, DatabaseType](mappings: (ValueType, DatabaseType)*)(implicit evidence$2: BaseColumnType[DatabaseType], innerColumnType: Aux[DatabaseType, DatabaseType]) extends BaseEnumerationColumnType[ValueType, DatabaseType] with OrderedColumnType with Product with Serializable

    Permalink
    Definition Classes
    EnumerationMappedColumnTypes

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BigDecimalStringColumnType extends MappedColumnType[BigDecimal, String] with Product with Serializable

    Permalink
    Definition Classes
    NumericMappedColumnTypes
  5. def BlankIsNoneColumnType[A](implicit columnType: Aux[A, String]): OptionColumnType[A, String]

    Permalink
    Definition Classes
    OptionColumnTypes
  6. val Boolean10ColumnType: MappedBooleanColumnType[Int]

    Permalink
    Definition Classes
    BooleanMappedColumnTypes
  7. val BooleanYNColumnType: MappedBooleanColumnType[String]

    Permalink
    Definition Classes
    BooleanMappedColumnTypes
  8. val ColumnType: ast.ColumnType.type

    Permalink
  9. object DateTimeFromLocalDateColumnType extends MappedColumnType[DateTime, LocalDate] with Product with Serializable

    Permalink
    Definition Classes
    LocalDateMappedColumnTypes
  10. object LocalDateFromDateTimeColumnType extends MappedColumnType[LocalDate, DateTime] with Product with Serializable

    Permalink
    Definition Classes
    LocalDateMappedColumnTypes
  11. val MappedColumnType: ast.MappedColumnType.type

    Permalink
  12. val OptionColumnType: ast.OptionColumnType.type

    Permalink
  13. object TrimmedStringColumnType extends MappedColumnType[String, String] with Product with Serializable

    Permalink
    Definition Classes
    StringMappedColumnTypes
  14. object YyyyMmDdColumnType extends MappedColumnType[LocalDate, Int] with Product with Serializable

    Permalink
    Definition Classes
    LocalDateMappedColumnTypes
  15. def ZeroIsNoneColumnType[A, B](implicit arg0: Numeric[B], columnType: Aux[A, B]): OptionColumnType[A, B]

    Permalink
    Definition Classes
    OptionColumnTypes
  16. def ZeroIsNoneColumnType[A, B](columnType: Aux[A, B])(implicit arg0: Numeric[B]): OptionColumnType[A, B]

    Permalink
    Definition Classes
    OptionColumnTypes
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OptionColumnTypes

Inherited from NumericMappedColumnTypes

Inherited from BooleanMappedColumnTypes

Inherited from StringMappedColumnTypes

Inherited from AnyRef

Inherited from Any

Ungrouped