Mysql
ldbc.dsl.Mysql
case class Mysql[F[_]](statement: String, params: List[DynamicBinder])(implicit evidence$1: Temporal[F]) extends SQL
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
Type parameters
- F
-
The effect type
Value parameters
- params
-
statement has '?' that the statement has.
- statement
-
an SQL statement that may contain one or more '?' IN parameter placeholders
Attributes
- Source
- Mysql.scala
- Graph
-
- Supertypes
Members list
In this article