t

org.squeryl.dsl

FieldTypes

trait FieldTypes extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. implicit val sampleBigDecimalO: Some[TypeArithmetic.BigDecimalType]
    Attributes
    protected
  16. implicit val sampleBinaryO: Some[TypeArithmetic.BinaryType]
    Attributes
    protected
  17. implicit val sampleBooleanO: Some[TypeArithmetic.BooleanType]
    Attributes
    protected
  18. implicit val sampleByteO: Some[TypeArithmetic.ByteType]
    Attributes
    protected
  19. implicit val sampleDateO: Some[TypeArithmetic.DateType]
    Attributes
    protected
  20. implicit val sampleDoubleO: Some[TypeArithmetic.DoubleType]
    Attributes
    protected
  21. implicit val sampleFloatO: Some[TypeArithmetic.FloatType]
    Attributes
    protected
  22. implicit val sampleIntO: Some[TypeArithmetic.IntType]
    Attributes
    protected
  23. implicit val sampleLongO: Some[TypeArithmetic.LongType]
    Attributes
    protected
  24. implicit val sampleStringO: Some[TypeArithmetic.StringType]
    Attributes
    protected
  25. implicit val sampleTimestampTypeO: Some[TypeArithmetic.TimestampType]
    Attributes
    protected
  26. implicit val sampleUuidO: Some[TypeArithmetic.UuidType]
    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  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 AnyRef

Inherited from Any

Ungrouped