Struct sea_orm::MockDatabaseConnection [−][src]
pub struct MockDatabaseConnection { /* fields omitted */ }Expand description
Defines a connection for the MockDatabase
Implementations
Create a connection to the MockDatabase
Get the DatabaseBackend being used by the MockDatabase
Execute the SQL statement in the MockDatabase
Return one QueryResult if the query was successful
Return all QueryResults if the query was successful
Return QueryResults from a multi-query operation