slick
.
jdbc
SetParameter
Related Docs:
object SetParameter
|
package jdbc
trait
SetParameter
[
-T
]
extends (
T
,
PositionedParameters
) ⇒
Unit
Basic conversions for setting parameters in PositionedParameters.
Self Type
SetParameter
[
T
]
Source
SetParameter.scala
Linear Supertypes
(
T
,
PositionedParameters
) ⇒
Unit
,
AnyRef
,
Any
Known Subclasses
SetBigDecimal
,
SetBigDecimalOption
,
SetBoolean
,
SetBooleanOption
,
SetByte
,
SetByteOption
,
SetDate
,
SetDateOption
,
SetDouble
,
SetDoubleOption
,
SetFloat
,
SetFloatOption
,
SetInt
,
SetIntOption
,
SetLong
,
SetLongOption
,
SetShort
,
SetShortOption
,
SetSimpleProduct
,
SetString
,
SetStringOption
,
SetTime
,
SetTimeOption
,
SetTimestamp
,
SetTimestampOption
,
SetTupleParameter
,
SetUnit
Type Hierarchy
SetParameter[T]
27 classes/traits
(T, PositionedParameters) ⇒ Unit
Ordering
Alphabetic
By Inheritance
Inherited
SetParameter
Function2
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
apply
(
v1:
T
,
v2:
PositionedParameters
)
:
Unit
Definition Classes
Function2
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
any2stringadd
[
SetParameter
[
T
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
SetParameter
[
T
],
B
)
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
ArrowAssoc
[
SetParameter
[
T
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
applied
(
value:
T
)
:
SetParameter
[
Unit
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
curried
: (
T
) ⇒ (
PositionedParameters
) ⇒
Unit
Definition Classes
Function2
Annotations
@unspecialized
()
def
ensuring
(
cond: (
SetParameter
[
T
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
SetParameter
[
T
]
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
Ensuring
[
SetParameter
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
SetParameter
[
T
]) ⇒
Boolean
)
:
SetParameter
[
T
]
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
Ensuring
[
SetParameter
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
SetParameter
[
T
]
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
Ensuring
[
SetParameter
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
SetParameter
[
T
]
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
Ensuring
[
SetParameter
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
StringFormat
[
SetParameter
[
T
]] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Function2 → AnyRef → Any
def
tupled
: ((
T
,
PositionedParameters
)) ⇒
Unit
Definition Classes
Function2
Annotations
@unspecialized
()
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
SetParameter
[
T
],
B
)
Implicit information
This member is added by an implicit conversion from
SetParameter
[
T
] to
ArrowAssoc
[
SetParameter
[
T
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from (
T
,
PositionedParameters
) ⇒
Unit
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
SetParameter
[
T
] to
any2stringadd
[
SetParameter
[
T
]]
Inherited by implicit conversion StringFormat from
SetParameter
[
T
] to
StringFormat
[
SetParameter
[
T
]]
Inherited by implicit conversion Ensuring from
SetParameter
[
T
] to
Ensuring
[
SetParameter
[
T
]]
Inherited by implicit conversion ArrowAssoc from
SetParameter
[
T
] to
ArrowAssoc
[
SetParameter
[
T
]]
Ungrouped
Basic conversions for setting parameters in PositionedParameters.