Static
ldbc.sql.ParameterBinder.Static
trait Static[F[_]] extends ParameterBinder[F]
Attributes
- Source
- ParameterBinder.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Attributes
- Source
- ParameterBinder.scala
Concrete methods
Query parameters to be plugged into the Statement.
Query parameters to be plugged into the Statement.
Attributes
- Definition Classes
- Source
- ParameterBinder.scala
Inherited methods
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 first parameter is 1, the second is 2, ...
- statement
-
An object that represents a precompiled SQL statement.
Attributes
- Inherited from:
- ParameterBinder
- Source
- ParameterBinder.scala
In this article