pub struct AkitaEntityManager(_, _);
Expand description

an interface executing sql statement and getting the results as generic Akita values without any further conversion.

Implementations

get the table from database based on this column name

set the autoincrement value of the primary column(if present) of this table. If the primary column of this table is not an autoincrement, returns Ok(None).

Trait Implementations

Get all the table of records

Get one the table of records

Get one the table of records by id

Get table of records with page

Get the total count of records

Remove the records by wrapper.

Remove the records by id.

Remove the records by wrapper.

Update the records by wrapper.

Update the records by id.

called multiple times when using database platform that doesn;t support multiple value

save or update

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.