FloatTypedExpressionFactory

org.squeryl.dsl.FloatTypedExpressionFactory

Attributes

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

Members list

Value members

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