| Home | Trees | Indices | Help |
|
|---|
|
|
A database table schema. Consists primarily of an ordered list of Attribute columns, a list of constraints, and a file group.
|
|||
| Nested Error Exceptions | |||
|---|---|---|---|
|
NotFoundError Exception thrown if a requested table is not in the schema file. |
|||
|
|||
|
|||
| int |
|
||
| int |
|
||
| bool |
|
||
| str or None |
|
||
| str |
|
||
|
Inherited from Inherited from |
|||
|
|||
identifier = SQL identifier for this type of database object. |
|||
attribute = Dictionary access to specific column attributes referenced by name. |
|||
columns = Ordered list of table column attribute objects. |
|||
constraints = List of constraints for this table. |
|||
fileGroup = Create table in this file group. |
|||
_bytePos = NoneStores positions of each column in bytes. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialises an empty schema table object.
|
Note: Required to test against empty Table objects, with 'not' op. |
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 8 15:46:53 2014 | http://epydoc.sourceforge.net |