emzed.table.full_table_model module

class emzed.table.full_table_model.FullTableModel(conn, access_name, col_names, col_types, col_formats, title, col_name_mapping, version=None)[source]

Bases: BaseModel

add_column(name, what, type_, format_, insert_after, insert_before)[source]
add_column_with_constant_value(name, value, type_, format_, insert_after, insert_before)[source]
add_row(row)[source]
append(rows)[source]
content_changed()[source]
create_index(*col_names)[source]
delete_rows(row_indices)[source]
drop_columns(col_names)[source]
drop_index(index_name)[source]
static from_db_tables(conn, access_name)[source]
invalidate_views()[source]
load_from(other)[source]
register_view(view)[source]
replace_column(name, what, type_, format_)[source]
replace_column_with_constant_value(name, value, type_, format_)[source]
set_value(row_indices, col_index, value)[source]
set_values(row_indices, col_index, values)[source]
size_changed()[source]
emzed.table.full_table_model.to_list(values)[source]