Binders

scalikejdbc.Binders
See theBinders companion object
trait Binders[A] extends TypeBinder[A], ParameterBinderFactory[A]

Provides both of TypeBinder and ParameterBinderFactory for the specified type A.

Attributes

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

Members list

Value members

Concrete methods

def xmap[B](f: A => B, g: B => A): Binders[B]

Attributes

Source
Binders.scala

Inherited methods

Attributes

Inherited from:
ParameterBinderFactory
Source
ParameterBinderFactory.scala
def apply(rs: ResultSet, columnLabel: String): A

Attributes

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

Attributes

Inherited from:
TypeBinder
Source
TypeBinder.scala
def contramap[B](g: B => A): ParameterBinderFactory[B]

Attributes

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

Attributes

Inherited from:
TypeBinder
Source
TypeBinder.scala