QueryOps
Attributes
- 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
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
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
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
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
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