TableBuilder provides the abstract layout for classes that build a
distinct table.
|
__init__(self,
dataPath=None,
dbConnectInst=None,
quiet=False)
Constructs the TableBuilder. |
source code
|
|
|
|
|
remove(self)
Removes the table provided by the TableBuilder from the database. |
source code
|
|
str
|
findFile(self,
fileNames,
fileType=None)
Tries to locate a file with a given list of possible file names under
the classes default data paths. |
source code
|
|
|
|
object
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|