SQLTable ======== .. currentmodule:: dbastable .. autoclass:: SQLTable :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~SQLTable.column_names ~SQLTable.db ~SQLTable.name ~SQLTable.values .. rubric:: Methods Summary .. autosummary:: ~SQLTable.add_column ~SQLTable.add_rows ~SQLTable.as_table ~SQLTable.delete_column ~SQLTable.delete_row ~SQLTable.get_column ~SQLTable.get_row ~SQLTable.index_of ~SQLTable.select ~SQLTable.set_column ~SQLTable.set_row .. rubric:: Attributes Documentation .. autoattribute:: column_names .. autoattribute:: db .. autoattribute:: name .. autoattribute:: values .. rubric:: Methods Documentation .. automethod:: add_column .. automethod:: add_rows .. automethod:: as_table .. automethod:: delete_column .. automethod:: delete_row .. automethod:: get_column .. automethod:: get_row .. automethod:: index_of .. automethod:: select .. automethod:: set_column .. automethod:: set_row