Struct rustorm::EntityManager[][src]

pub struct EntityManager(pub DBPlatform);

Methods

impl EntityManager
[src]

get all the records of this table

get the table from database based on this column name

get all the user table and views from the database

get all table and views grouped per schema

insert to table the values of this struct

Auto Trait Implementations