FieldAttributesBasedOnType

org.squeryl.internals.FieldMapper.FieldAttributesBasedOnType
protected class FieldAttributesBasedOnType[A](val mapper: MapperForReflection, val defaultLength: Int, val sample: A, val nativeJdbcType: Class[_])

Attributes

Source
FieldMapper.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
FieldMapper.scala

Concrete fields

val clasz: Class[_]

Attributes

Source
FieldMapper.scala
val defaultLength: Int

Attributes

Source
FieldMapper.scala
val nativeJdbcType: Class[_]

Attributes

Source
FieldMapper.scala
val sample: A

Attributes

Source
FieldMapper.scala