TypeBinder

scalikejdbc.TypeBinder
See theTypeBinder companion object
trait TypeBinder[+A]

Type binder for java.sql.ResultSet.

Attributes

Companion
object
Source
TypeBinder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Binders[A]

Members list

Value members

Abstract methods

def apply(rs: ResultSet, columnIndex: Int): A
Implicitly added by option

Attributes

Source
TypeBinder.scala
def apply(rs: ResultSet, columnLabel: String): A
Implicitly added by option

Attributes

Source
TypeBinder.scala
def apply(rs: ResultSet, columnIndex: Int): A

Attributes

Source
TypeBinder.scala
def apply(rs: ResultSet, columnLabel: String): A

Attributes

Source
TypeBinder.scala

Concrete methods

def map[B](f: A => B): TypeBinder[B]
Implicitly added by option

Attributes

Source
TypeBinder.scala
def map[B](f: A => B): TypeBinder[B]

Attributes

Source
TypeBinder.scala