Module server::storage
[−]
[src]
Storage Engine trait and several implementations
Reexports
pub use self::types::Column; |
pub use self::types::SqlType; |
pub use self::engine::FlatFile; |
pub use parse::ast; |
pub use parse::ast::CompType; |
Modules
| bstar | |
| types |
Structs
| Database | |
| FromUtf8Error |
A possible error value from the |
| ResultSet |
Encodable and decodable representation of a Rows object |
| Rows | |
| Table |
Table struct that contains the table information |
Enums
| EngineID | |
| Error |
A database table |
Traits
| Engine |
Storage Engine Interface. |