KeyedCrudBase
Implementation of KeyedCrd for KeyedTabular data.
Attributes
- Graph
-
- Supertypes
Members list
Type members
Types
Type of the key
Type of the key
Attributes
Value members
Abstract methods
Concrete methods
Delete by key.
Find one by key.
Returns the key of a value.
Returns the key of a value.
Attributes
Update some value.
Inherited methods
Gives access to an aliased view.
Gives access to the columns
Load some value again based upon key.
Insert many elements
Concrete fields
The column of the key
The column of the key
Attributes
Inherited and Abstract fields
Define the referenced tabular, usually implemented using summon
. We would like to have it as a parameter, but this leads to this error https://github.com/scala/scala3/issues/22704 even when using lazy parameters.
Define the referenced tabular, usually implemented using summon
. We would like to have it as a parameter, but this leads to this error https://github.com/scala/scala3/issues/22704 even when using lazy parameters.
Attributes
- Inherited from:
- CrdBase