Home | Trees | Indices | Help |
|
---|
|
object --+ | base.structure.StructureBase --+ | object --+ | | | base.common.Parser --+ | base.structure.ParseableStructure --+ | base.structure.Structure --+ | core.Core --+ | UploadCore
A core handling uploads of files to the database.
It allows users to upload individual files into a special staging area (taken from the stagingDir property of the destination data descriptor) and causes these files to be parsed using destDD. Note that destDD *must* have ``updating="True"`` for this to work properly (it will otherwise drop the table on each update). If uploads are the only way updates into the table occur, source management is not necessary for these, though.
You can tell UploadCores to either insert or update the incoming data using the "mode" input key.
Nested Classes | |
Inherited from |
Class Methods | |
Inherited from |
Class Variables | |
name_ =
a sentinel for all kinds of undefined values. |
|
inputTableXML =
hash(x) |
|
outputTableXML =
hash(x) |
|
attrSeq =
|
|
managedAttrs =
|
|
Inherited from Inherited from |
Properties | |
rd | |
Inherited from |
Method Details |
|
|
|
|
|
|
Class Variable Details |
inputTableXMLhash(x)
|
outputTableXMLhash(x)
|
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 |