Home | Trees | Indices | Help |
|
---|
|
object --+ | base.structure.StructureBase --+ | object --+ | | | base.common.Parser --+ | base.structure.ParseableStructure --+ | base.structure.Structure --+ | core.Core --+ | TableBasedCore --+ | DBCore
A core performing database queries on one table or view.
DBCores ask the service for the desired output schema and adapt their output. The DBCore's output table, on the other hand, lists all fields available from the queried table.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
name_ =
a sentinel for all kinds of undefined values. |
|
attrSeq =
|
|
managedAttrs =
|
|
Inherited from Inherited from Inherited from |
Properties | |
rd | |
Inherited from |
Method Details |
returns the fields we need in the output table. The normal DbBased core just returns whatever the service wants. Derived cores, e.g., for special protocols, could override this to make sure they have some fields in the result they depend on. |
does the DB query and returns an InMemoryTable containing the result.
|
|
|
|
|
|
|
Class Variable Details |
attrSeq
|
managedAttrs
|
Property Details |
rd
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |