KeyedCrudBase
usql.dao.KeyedCrudBase
abstract class KeyedCrudBase[K, T](using keyDataType: DataType[K]) extends CrdBase[T], KeyedCrud[T]
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
Concrete methods
Delete by key.
Find one by key.
Update some value.
Inherited methods
Load some value again based upon key.
Insert many elements
Abstract fields
The column of the key
The column of the key
Attributes
In this article