Home | Trees | Indices | Help |
|
---|
|
object --+ | base.meta.MetaMixin --+ | object --+ | | | common.ParamMixin --+ | Data
A collection of tables.
``Data``, in essence, is the instanciation of a ``DataDescriptor``.
It is what ``makeData`` returns. In typical one-table situations, you just want to call the ``getPrimaryTable()`` method to obtain the table built.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Methods | |||
|
|||
|
Properties | |
Inherited from |
Method Details |
is a constructor for standalone use. You do *not* want to call this when mixing into a Structure.
|
returns a new data instance for dd. Existing tables on the database are not touched. To actually re-create them, call recrateTables. |
drops and recreates all table that are onDisk. System tables are only recreated when the systemImport parseOption is true. |
returns the table contained if there is only one, or the one with the role primary. If no matching table can be found, raise a DataError. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |