QueryOps
Attributes
- Source
- QuerySyntax.scala
- Graph
-
- Supertypes
Members list
Value members
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
- QuerySyntax.scala
Attributes
- Source
- QuerySyntax.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
- QuerySyntax.scala
Attributes
- Source
- QuerySyntax.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
- QuerySyntax.scala
Attributes
- Source
- QuerySyntax.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.
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:
- ConnectionProvider
- Source
- ConnectionProvider.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
- Inherited from:
- ConnectionProvider
- Source
- ConnectionProvider.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 connectionToHeadOption 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 connectionToHeadOption method if you want to retrieve individual data.
Attributes
- Inherited from:
- ConnectionProvider
- Source
- ConnectionProvider.scala
Givens
Givens
Attributes
- Source
- QuerySyntax.scala