Package CHEM :: Package DB :: Package rdb :: Module rdbgateway :: Class DatabaseGateway
[hide private]
[frames] | no frames]

Class DatabaseGateway



TODO: Traditional database gateway implementation.

Instance Methods [hide private]
 
__init__(self, connection, tableName, columnNames)
 
insertValues(self, columnData)
Inserts values into a table.
 
verifyColumn(self, columnName)
Verifies that a column is part of the table.
Method Details [hide private]

insertValues(self, columnData)

 
Inserts values into a table.  
columnData is a dictionary where the keys correspond to column names
           and the values correspond to the column values.