Struct sylvia_iot_data::models::SqliteModel
source · pub struct SqliteModel { /* private fields */ }
Expand description
Pure SQLite model.
Implementations§
Trait Implementations§
source§impl Model for Model
impl Model for Model
source§fn close<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<(), Box<dyn StdError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn close<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<(), Box<dyn StdError>>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
Close database connection.
source§fn application_dldata(&self) -> &dyn ApplicationDlDataModel
fn application_dldata(&self) -> &dyn ApplicationDlDataModel
To get the application downlink data model.
source§fn application_uldata(&self) -> &dyn ApplicationUlDataModel
fn application_uldata(&self) -> &dyn ApplicationUlDataModel
To get the application uplink data model.
source§fn coremgr_opdata(&self) -> &dyn CoremgrOpDataModel
fn coremgr_opdata(&self) -> &dyn CoremgrOpDataModel
To get the coremgr operation data model.
source§fn network_dldata(&self) -> &dyn NetworkDlDataModel
fn network_dldata(&self) -> &dyn NetworkDlDataModel
To get the network downlink data model.
source§fn network_uldata(&self) -> &dyn NetworkUlDataModel
fn network_uldata(&self) -> &dyn NetworkUlDataModel
To get the network uplink data model.