given_Parameter_Long

ldbc.dsl.Parameter.given_Parameter_Long

Attributes

Source
Parameter.scala
Graph
Supertypes
trait Parameter[Long]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def bind[F[_]](statement: PreparedStatement[F], index: Int, value: Long): 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.

Type parameters

F

The effect type

Value parameters

index

the first parameter is 1, the second is 2, ...

statement

An object that represents a precompiled SQL statement.

value

the parameter value

Attributes

Definition Classes
Source
Parameter.scala