Bases: sqlalchemy.ext.declarative.Base
Represents the Client
Parameters: |
|
---|
Methods
__init__(name[, code, generic_info]) | |
query() | |
save() | saves the instance to database |
Attributes
code | |
generic_info | |
id | |
metadata | A collection of Table objects and their associated schema constructs. |
name |