| Home | Trees | Index | Help |
|---|
| Method Summary | |
|---|---|
Create a new instance of a gcd reader | |
This function sets all fields in the current record of the resultset based on the key/values given by the data dictionary. | |
This function logs into the given connection and calls it for an update of it's schema according to the loaded table definitions. | |
This is the main function of the whole process. | |
This function updates all parts of the class repository. | |
| Method Details |
|---|
__init__(self,
connections,
database,
files,
dump=None,
fonly=False)
Create a new instance of a gcd reader
|
doUpdate(self, resultSet, data)This function sets all fields in the current record of the resultset based on the key/values given by the data dictionary. It returns True, if a field value has been changed, otherwise False.
|
executeAndGenerateCode(self)This function logs into the given connection and calls it for an update of it's schema according to the loaded table definitions. Additionally the schema creation code is generated by this call, which will be stored in the given output file (if requested by options). |
run(self)This is the main function of the whole process. It loads all schema definitions and then logs into the connection to perform all actions requested. |
updateRepository(self)This function updates all parts of the class repository. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Aug 27 23:02:31 2008 | http://epydoc.sf.net |