Package pylal :: Module ligolw_dataUtils :: Class dbDataRow
[hide private]
[frames] | no frames]

Class dbDataRow

source code

A class to assist in loading data from and performing functions on tables in a SQLite database.

Instance Methods [hide private]
 
__init__(self, connection, tableName, baseClass=None) source code
 
set_function(self, function) source code
 
store(self, *rowData) source code
 
get_db_value(self, *rowData) source code
 
create_db_func(self, function, funcName) source code