org.squeryl.dsl

FieldTypes

trait FieldTypes extends AnyRef

Self Type
TypeArithmetic
Source
FieldTypes.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type BigDecimalType

  2. abstract type BinaryType

  3. abstract type BooleanType

  4. abstract type ByteType

  5. abstract type DateType

  6. abstract type DoubleType

  7. abstract type EnumerationValueType

  8. abstract type FloatType

  9. abstract type IntType

  10. abstract type LongType

  11. abstract type StringType

  12. abstract type TimestampType

  13. abstract type UuidType

Abstract Value Members

  1. implicit abstract def sampleBigDecimal: TypeArithmetic.BigDecimalType

    Attributes
    protected
  2. implicit abstract def sampleBinary: TypeArithmetic.BinaryType

    Attributes
    protected
  3. implicit abstract def sampleBoolean: TypeArithmetic.BooleanType

    Attributes
    protected
  4. implicit abstract def sampleByte: TypeArithmetic.ByteType

    Attributes
    protected
  5. implicit abstract def sampleDate: TypeArithmetic.DateType

    Attributes
    protected
  6. implicit abstract def sampleDouble: TypeArithmetic.DoubleType

    Attributes
    protected
  7. implicit abstract def sampleFloat: TypeArithmetic.FloatType

    Attributes
    protected
  8. implicit abstract def sampleInt: TypeArithmetic.IntType

    Attributes
    protected
  9. implicit abstract def sampleLong: TypeArithmetic.LongType

    Attributes
    protected
  10. implicit abstract def sampleString: TypeArithmetic.StringType

    Attributes
    protected
  11. implicit abstract def sampleTimestamp: TypeArithmetic.TimestampType

    Attributes
    protected
  12. implicit abstract def sampleUuid: TypeArithmetic.UuidType

    Attributes
    protected

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  15. final def notify(): Unit

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

    Definition Classes
    AnyRef
  17. implicit val sampleBigDecimalO: Some[TypeArithmetic.BigDecimalType]

    Attributes
    protected
  18. implicit val sampleBinaryO: Some[TypeArithmetic.BinaryType]

    Attributes
    protected
  19. implicit val sampleBooleanO: Some[TypeArithmetic.BooleanType]

    Attributes
    protected
  20. implicit val sampleByteO: Some[TypeArithmetic.ByteType]

    Attributes
    protected
  21. implicit val sampleDateO: Some[TypeArithmetic.DateType]

    Attributes
    protected
  22. implicit val sampleDoubleO: Some[TypeArithmetic.DoubleType]

    Attributes
    protected
  23. implicit val sampleFloatO: Some[TypeArithmetic.FloatType]

    Attributes
    protected
  24. implicit val sampleIntO: Some[TypeArithmetic.IntType]

    Attributes
    protected
  25. implicit val sampleLongO: Some[TypeArithmetic.LongType]

    Attributes
    protected
  26. implicit val sampleStringO: Some[TypeArithmetic.StringType]

    Attributes
    protected
  27. implicit val sampleTimestampTypeO: Some[TypeArithmetic.TimestampType]

    Attributes
    protected
  28. implicit val sampleUuidO: Some[TypeArithmetic.UuidType]

    Attributes
    protected
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped