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