Dynamic

ldbc.dsl.Parameter.Dynamic
See theDynamic companion object
trait Dynamic extends Parameter

Attributes

Companion
object
Source
Parameter.scala
Graph
Supertypes
trait Parameter
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def bind[F[_]](statement: PreparedStatement[F], index: Int): F[Unit]

Methods for setting Scala and Java values to the specified position in PreparedStatement.

Methods for setting Scala and Java values to the specified position in PreparedStatement.

Value parameters

index

the parameter value

statement

An object that represents a precompiled SQL statement.

Attributes

Source
Parameter.scala

Inherited methods

def value: String

Query parameters to be plugged into the Statement.

Query parameters to be plugged into the Statement.

Attributes

Inherited from:
Parameter
Source
Parameter.scala