Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | result_reader.ResultReader --+ | object --+ | | | extension.Extension --+ | | | _SQLConnected --+ | SQLResultReader
A 'SQLResultReader' reads result in from an SQL database.
This class currently supports PostgreSQL only.
|
|||
Inherited from |
|
|||
__init__(self, arguments=None, **args) | |||
_LoadAnnotations(self) | |||
GetAnnotations(self)
Return this run's dictionary of annotations. |
|||
_SetupResultCursors(self) | |||
GetResult(self)
Return the next 'Result' from this reader. |
|||
Inherited from Inherited from Inherited from |
|
|||
arguments | A list of the arguments to the extension class. | ||
_argument_dictionary | A map from argument names to 'Field' instances. | ||
_argument_list | A list of all the 'Field's in this class. | ||
run_id | |||
Inherited from Inherited from Inherited from Inherited from |
|
|
|
|
|
Return the next 'Result' from this reader. returns -- A 'Result', or 'None' if there are no more results.
|
|
argumentsA list of the arguments to the extension class. Each element of this list should be an instance of 'Field'. The 'Field' instance describes the argument. Derived classes may redefine this class variable. However, derived classes should not explicitly include the arguments from base classes; QMTest will automatically combine all the arguments found throughout the class hierarchy.
|
_argument_dictionaryA map from argument names to 'Field' instances. A map from the names of arguments for this class to the corresponding 'Field'.
|
_argument_listA list of all the 'Field's in this class. This list combines the complete list of 'arguments'. 'Field's appear in the order reached by a pre-order breadth-first traversal of the hierarchy, starting from the most derived class.
|
run_id
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |