SetParameter

slick.jdbc.SetParameter
See theSetParameter companion object
trait SetParameter[-T] extends (T, PositionedParameters) => Unit

Basic conversions for setting parameters in PositionedParameters.

Attributes

Companion:
object
Source:
SetParameter.scala
Graph
Supertypes
trait (T, PositionedParameters) => Unit
class Object
trait Matchable
class Any
Known subtypes
object SetBigDecimal.type
object SetBoolean.type
object SetBooleanOption.type
object SetByte.type
object SetByteOption.type
object SetDate.type
object SetDateOption.type
object SetDouble.type
object SetDoubleOption.type
object SetFloat.type
object SetFloatOption.type
object SetInt.type
object SetIntOption.type
object SetLong.type
object SetLongOption.type
object SetNothing.type
object SetShort.type
object SetShortOption.type
object SetSimpleProduct.type
object SetString.type
object SetStringOption.type
object SetTime.type
object SetTimeOption.type
object SetTimestamp.type
object SetTimestampOption.type
object SetUnit.type
Self type

Members list

Concise view

Value members

Concrete methods

def applied(value: T): SetParameter[Unit]

Attributes

Source:
SetParameter.scala
def contramap[S](f: S => T): SetParameter[S]

Attributes

Source:
SetParameter.scala

Inherited methods

def apply(v1: T, v2: PositionedParameters): R

Attributes

Inherited from:
Function2
def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
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
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2