| Home | Trees | Index | Help |
|---|
GBaseApp--+ |GClientApp--+ | gcdClient
| Method Summary | |
|---|---|
__init__(self,
connections)
| |
Create a new instance of a gcdReader and pass all options to it. | |
This function makes sure the connection will have the proper username and password set. | |
| Inherited from GClientApp | |
| |
| |
| |
| Inherited from GBaseApp | |
Create a new command option and add it to the options sequence. | |
Return a generator for iterating a given reference cycle. | |
Build 'help text' for all options of the given category. | |
Debug Python's garbage collection. | |
Display all configuration settings and their default values and quit the program. | |
Run the self documentation. | |
Display the version information and quit the program. | |
This function catches an exception and evaluates it using getException(). | |
Find a reference cycle starting from a given object(current) and ending with a given object(search). | |
Convert a sequence of parameters (i.e. | |
Display a startup error and exit gracefully. | |
Print help information for this application and quit the program. | |
Print connection/database-related help information and quit the program. | |
Print help information for this application and quit the program. | |
Print the help footer including the address for bug reports. | |
Print version information and the usage header | |
Display version information for this application | |
Run the self-documentation for an application. | |
Run the application in the python debugger. | |
Run the application through the python profiler and print some statistics afterwards. | |
This function shows an exception specified by the given parameters. | |
| Class Variable Summary | |
|---|---|
str |
COMMAND = 'readgcd'
|
str |
NAME = 'readgcd'
|
str |
SUMMARY = 'Create or update a database schema from a GNU...
|
str |
USAGE = '[options] [OPTIONS] file'
|
str |
VERSION = '0.5.2+svn.9887'
|
| Inherited from GBaseApp | |
list |
ARGUMENTS = []
|
str |
AUTHOR = 'GNU Enterprise Project'
|
list |
COMMAND_OPTIONS = []
|
str |
CONFIGFILE = 'gnue.conf'
|
NoneType |
connections = None |
str |
EMAIL = 'info@gnue.org'
|
dict |
OPTIONS = {}
|
str |
REPORT_BUGS_TO = 'Please report any bugs to info@gnue.or...
|
int |
USE_CONNECTIONS = 1 |
int |
USE_DATABASE_OPTIONS = 0 |
int |
USE_RPC_OPTIONS = 0 |
| Method Details |
|---|
__init__(self,
connections=None)
|
run(self)Create a new instance of a gcdReader and pass all options to it. Before starting the process username and password will be set for the connection.
|
_prepareConnection(self)This function makes sure the connection will have the proper username and password set. |
| Class Variable Details |
|---|
COMMAND
|
NAME
|
SUMMARY
|
USAGE
|
VERSION
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Nov 20 23:01:32 2008 | http://epydoc.sf.net |