final class DefaultParameterValue[A] extends ParameterValue with Wrapper[A]
- Source
- ParameterValue.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultParameterValue
- Wrapper
- ParameterValue
- Show
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultParameterValue(value: A, s: ToSql[A], toStmt: ToStatement[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- DefaultParameterValue → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val hashCode: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
set(s: PreparedStatement, i: Int): Unit
Sets this value on given statement at specified index.
Sets this value on given statement at specified index.
- s
SQL Statement
- Definition Classes
- DefaultParameterValue → ParameterValue
-
lazy val
show: String
Returns string representation of this value.
Returns string representation of this value.
- Definition Classes
- DefaultParameterValue → ParameterValue → Show
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
toSql: (String, Int)
Returns SQL fragment (with '?' placeholders) for the parameter at specified position in given tokenized statement.
Returns SQL fragment (with '?' placeholders) for the parameter at specified position in given tokenized statement.
- Definition Classes
- DefaultParameterValue → ParameterValue
- lazy val toString: String
-
val
value: A
- Definition Classes
- DefaultParameterValue → Wrapper
-
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
- @native() @throws( ... )