trait IntegralTypedExpressionFactory[A1, T1, A2, T2] extends TypedExpressionFactory[A1, T1] with Floatifier[T1, A2, T2]
- Self Type
- IntegralTypedExpressionFactory[A1, T1, A2, T2] with JdbcMapper[_, A1]
- Source
- TypedExpression.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IntegralTypedExpressionFactory
- Floatifier
- TypedExpressionFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def defaultColumnLength: Int
- Definition Classes
- TypedExpressionFactory
- abstract def floatifyer: TypedExpressionFactory[A2, T2]
- abstract def sample: A1
- Definition Classes
- TypedExpressionFactory
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- def create(a: A1): TypedExpression[A1, T1]
- Definition Classes
- TypedExpressionFactory
- def createConstant(a: A1): ConstantTypedExpression[A1, T1]
- Definition Classes
- TypedExpressionFactory
- def createOutMapper: OutMapper[A1]
- Definition Classes
- TypedExpressionFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def floatify(v: ExpressionNode): TypedExpressionConversion[A2, T2]
- Definition Classes
- IntegralTypedExpressionFactory → Floatifier
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jdbcSample: AnyRef
- Definition Classes
- TypedExpressionFactory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def thisAnyRefMapper: JdbcMapper[AnyRef, A1]
- Definition Classes
- TypedExpressionFactory
- def thisMapper: JdbcMapper[_, A1]
- Definition Classes
- TypedExpressionFactory
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()