Struct msi::Table [] [src]

pub struct Table { /* fields omitted */ }

A database table.

Methods

impl Table
[src]

Returns the name of the table.

Returns the list of columns in this table.

Returns true if this table has a column with the given name.

Returns the column with the given name, if any.

Returns the indices of table's primary key columns.

Trait Implementations

impl Clone for Table
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more