ColumnToFieldMapper

org.squeryl.internals.ColumnToFieldMapper
class ColumnToFieldMapper(val index: Int, val fieldMetaData: FieldMetaData, selectElement: SelectElement)

Attributes

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

Members list

Value members

Concrete methods

def map(obj: AnyRef, rs: ResultSet): Unit

Attributes

Source
ResultSetMapper.scala
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
ResultSetMapper.scala

Concrete fields

val index: Int

Attributes

Source
ResultSetMapper.scala