![]() |
Prev | Next |
dismod_at.replace_table(connection, tbl_name, table_dict)
str
that specifies the name of a table that already in the
database.
list
with each element of the list is a dictionary.
Each dictionary contains a key for every column name in the original table.
The columns in the original table are written to the new table with the
same order and types as in the original table. Only the values are replaced
using the values in
table_dict
.
tbl_name_id
.
replace_table
.