Main Content
database.orm.mixin.Mappable Class
Namespace: database.orm.mixin
Provide attributes for defining how subclasses map to relational database tables
Since R2023b
Description
database.orm.mixin.Mappable
is an abstract class that provides
attributes for defining how subclasses are mapped to relational database tables. Methods such
as ormread
, ormwrite
, and ormupdate
use these attributes to
read and write objects directly to and from databases.
Class Attributes
Abstract | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.