AsIsParameterBinder

scalikejdbc.AsIsParameterBinder
case class AsIsParameterBinder(value: Any) extends ParameterBinderWithValue

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

Attributes

Source
ParameterBinder.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Applies parameter to PreparedStatement.

Applies parameter to PreparedStatement.

Attributes

Definition Classes
Source
ParameterBinder.scala
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
Source
ParameterBinder.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product