Mysql
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
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- Mysql.scala
Attributes
- Definition Classes
- Source
- Mysql.scala
A method to return the number of rows updated by the SQL statement.
A method to return the number of rows updated by the SQL statement.
Attributes
- Definition Classes
- Source
- Mysql.scala
Inherited methods
A method to return the data to be retrieved from the database as Option type. If there are multiple data, the first one is retrieved.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
A method to return the data to be retrieved from the database as is. If the data does not exist, an exception is raised. Use the headOption method if you want to retrieve individual data.
A method to return the data to be retrieved from the database as is. If the data does not exist, an exception is raised. Use the headOption method if you want to retrieve individual data.