Home
Trees
Indices
Help
Visit GenSASchema Online
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
gensaschema._exceptions.Error
:
Base exception for this package
gensaschema._symbols.SymbolException
:
Symbol error
exceptions.Warning
:
Base class for warning categories.
gensaschema._exceptions.Warning
:
Base warning for this package
gensaschema._column.Column
:
Column container
gensaschema._config.Config
:
Schema config container
gensaschema._constraint.Constraint
:
Reflected Constraint
gensaschema._constraint.ForeignKeyConstraint
:
ForeignKey constraint
gensaschema._constraint.UniqueConstraint
:
Unique constraint
gensaschema._constraint.PrimaryKeyConstraint
:
Primary Key constraint
gensaschema._schema.Schema
:
Schema container
gensaschema._column.ServerDefault
:
Default clause container
gensaschema._symbols.Symbols
:
Symbol table
gensaschema._table.Table
:
Reflected table
gensaschema._table.TableReference
:
Referenced table
gensaschema._template.Template
:
Template container
gensaschema._type.Type
:
Type container
basestring
:
Type basestring cannot be instantiated; it is the base for str and unicode.
str
:
str(object='') -> string
tuple
:
tuple() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items
gensaschema._table.TableCollection
:
Table collection
gensaschema._version.Version
:
Container representing the package version
Home
Trees
Indices
Help
Visit GenSASchema Online