Struct dbkit_engine::table::Table [] [src]

pub struct Table<'alloc> {
    // some fields omitted
}

Abstraction on top of a Block for easy construction and modification of contained data.

The container assumes that all operations on the block are safe and schema type conforming. In case of errors it simply panics.

Methods

impl<'alloc> Table<'alloc>
[src]

panics on out of bounds column

Trait Implementations

impl<'alloc> View<'alloc> for Table<'alloc>
[src]

Number of rows