AsIsParameterBinder

case class AsIsParameterBinder(value: Any) extends ParameterBinderWithValue

Type unsafe ParameterBinder which holds any value and binds it as-is to PreparedStatement.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(stmt: PreparedStatement, idx: Int): Unit
Definition Classes
override def toString: String
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product