TypeParamSetter

org.beangle.data.jdbc.query.TypeParamSetter
See theTypeParamSetter companion object
class TypeParamSetter(params: Seq[Any], types: Seq[Int]) extends PreparedStatement => Unit with Logging

Attributes

Companion:
object
Graph
Supertypes
trait Logging
trait PreparedStatement => Unit
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(ps: PreparedStatement): Unit

Attributes

Definition Classes
Function1

Inherited methods

def andThen[A](g: Unit => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => PreparedStatement): A => R

Attributes

Inherited from:
Function1
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
Function1 -> Any
Inherited from:
Function1

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging