IntegralTypedExpressionFactory

org.squeryl.dsl.IntegralTypedExpressionFactory
trait IntegralTypedExpressionFactory[A1, T1, A2, T2] extends TypedExpressionFactory[A1, T1], Floatifier[T1, A2, T2]

Attributes

Source
TypedExpression.scala
Graph
Supertypes
trait Floatifier[T1, A2, T2]
trait TypedExpressionFactory[A1, T1]
class Object
trait Matchable
class Any
Self type
JdbcMapper[_, A1]

Members list

Value members

Abstract methods

Concrete methods

Inherited methods

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

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def create(a: A1): TypedExpression[A, T]

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def jdbcSample: AnyRef

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def sample: A

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def thisAnyRefMapper: JdbcMapper[AnyRef, A]

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def thisMapper: JdbcMapper[_, A]

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala