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
Attributes
- Source
- SQL.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
statement has '?' that the statement has.
Attributes
- Source
- SQL.scala
an SQL statement that may contain one or more '?' IN parameter placeholders
an SQL statement that may contain one or more '?' IN parameter placeholders
Attributes
- Source
- SQL.scala
A method to return the number of rows updated by the SQL statement.
Concrete 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.
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
- Source
- SQL.scala
Attributes
- Source
- SQL.scala
Methods for returning an array of data to be retrieved from the database.
Methods for returning an array of data to be retrieved from the database.
Attributes
- Source
- SQL.scala
Attributes
- Source
- SQL.scala
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.
Attributes
- Source
- SQL.scala
Attributes
- Source
- SQL.scala