t

org.squeryl.dsl

FloatTypedExpressionFactory

trait FloatTypedExpressionFactory[A1, T1] extends TypedExpressionFactory[A1, T1] with IdentityFloatifier[A1, T1]

Self Type
FloatTypedExpressionFactory[A1, T1] with JdbcMapper[_, A1]
Linear Supertypes
IdentityFloatifier[A1, T1], Floatifier[T1, A1, T1], TypedExpressionFactory[A1, T1], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FloatTypedExpressionFactory
  2. IdentityFloatifier
  3. Floatifier
  4. TypedExpressionFactory
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def defaultColumnLength: Int
    Definition Classes
    TypedExpressionFactory
  2. abstract def sample: A1
    Definition Classes
    TypedExpressionFactory

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. def convert(v: ExpressionNode): TypedExpressionConversion[A1, T1]

    Converts the argument into a TypedExpression[A,T], the resulting expression is meant to be equivalent in terms of SQL generation, the conversion is only at the type level

    Converts the argument into a TypedExpression[A,T], the resulting expression is meant to be equivalent in terms of SQL generation, the conversion is only at the type level

    Definition Classes
    TypedExpressionFactory
  7. def create(a: A1): TypedExpression[A1, T1]
    Definition Classes
    TypedExpressionFactory
  8. def createConstant(a: A1): ConstantTypedExpression[A1, T1]
    Definition Classes
    TypedExpressionFactory
  9. def createOutMapper: OutMapper[A1]
    Definition Classes
    TypedExpressionFactory
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def floatify(v: ExpressionNode): TypedExpressionConversion[A1, T1]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def jdbcSample: AnyRef
    Definition Classes
    TypedExpressionFactory
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def thisAnyRefMapper: JdbcMapper[AnyRef, A1]
    Definition Classes
    TypedExpressionFactory
  23. def thisMapper: JdbcMapper[_, A1]
    Definition Classes
    TypedExpressionFactory
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IdentityFloatifier[A1, T1]

Inherited from Floatifier[T1, A1, T1]

Inherited from TypedExpressionFactory[A1, T1]

Inherited from AnyRef

Inherited from Any

Ungrouped