ParameterBinderWithValue

ParameterBinder which holds a value to bind.

class Object
trait Matchable
class Any

Value members

Abstract methods

def value: Any

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def apply(stmt: PreparedStatement, idx: Int): Unit

Applies parameter to PreparedStatement.

Applies parameter to PreparedStatement.

Inherited from
ParameterBinder