Expand description
Database adapters for enum columns.
These helpers read integer-encoded enum columns from database rows and convert them back to their string/char representations.
Functionsยง
- read_
license_ status - Read a license_status column (stored as INTEGER) and return as char.
- read_
operator_ class - Read an operator_class column (stored as INTEGER) and return as `Option
. - read_
radio_ service - Read a radio_service_code column (stored as INTEGER) and return as String.