PrimitiveJdbcMapper

org.squeryl.dsl.PrimitiveJdbcMapper
trait PrimitiveJdbcMapper[A] extends JdbcMapper[A, A]

Attributes

Source
TypedExpression.scala
Graph
Supertypes
trait JdbcMapper[A, A]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def extractNativeJdbcValue(rs: ResultSet, i: Int): A

Attributes

Source
TypedExpression.scala

Concrete methods

def convertFromJdbc(v: A): A

Attributes

Source
TypedExpression.scala
def convertToJdbc(v: A): A

Attributes

Source
TypedExpression.scala
def nativeJdbcType: Class[_ <: AnyRef]

Attributes

Source
TypedExpression.scala

Inherited methods

Attributes

Inherited from:
JdbcMapper
Source
TypedExpression.scala
def map(rs: ResultSet, i: Int): A

Attributes

Inherited from:
JdbcMapper
Source
TypedExpression.scala