Struct dbkit_engine::table::TableAppender
[−]
[src]
pub struct TableAppender<'alloc: 't, 't> {
// some fields omitted
}TableAppender is a convenient way to programmatically build a Table/Block.
TableAppender assumes that the Table owns the Block. If the Table does not own the block (eg. it was been taken) then the use of TableAppender will result in a panic!
Methods
impl<'alloc, 't> TableAppender<'alloc, 't>[src]
fn new(table: &'t mut Table<'alloc>) -> TableAppender<'alloc, 't>
fn status(&self) -> Option<&DBError>
Result of append operation