Struct akita::Akita[][src]

pub struct Akita { /* fields omitted */ }

Implementations

Get one the table of records

Get table of records with page

Get the total count of records

Remove the records by wrapper.

Update the records by wrapper.

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

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

Performs text query and maps each row of the first result set.

Performs text query and maps each row of the first result set.

Performs text query and folds the first result set to a single value.

build an update clause

build an insert clause

build an insert clause

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

Performs the conversion.

Performs the conversion.

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.