GeoEco.Datasets.Database
- class GeoEco.Datasets.Database
Bases:
objectMixin class that defines methods for creating and deleting tables, and importing tables from one
Databaseinto another.This class is not intended to be instantiated directly. Instead, it is inherited by classes that need the functionality it provides. In addition to inheriting this class, those classes must implement several private functions. Please see the
Databasesource code for more information.Methods
Creates a table.
Creates a table and adds to it the fields present another table (the template).
Deletes a table.
Creates a new table from an existing
Table, copying some or all of its fields and rows.Returns True if the specified table exists.