Package glue :: Package ligolw :: Module dbtables :: Class ProcessParamsTable
[hide private]
[frames] | no frames]

Class ProcessParamsTable

source code

     object --+                    
              |                    
 ligolw.Element --+                
                  |                
ligolw.EmptyElement --+            
                      |            
           ligolw.Table --+        
                          |        
             object --+   |        
                      |   |        
                   list --+        
                          |        
                table.Table --+    
                              |    
                        DBTable --+
                                  |
                                 ProcessParamsTable

Nested Classes [hide private]
  RowType
Example:

Inherited from table.Table: TableName

Instance Methods [hide private]
 
append(self, row)
Standard .append() method.
source code

Inherited from DBTable: __init__, __iter__, __len__, applyKeyMapping, copy, maxrowid, row_from_cols, sync_next_id, unlink

Inherited from table.Table: appendColumn, appendRow, endElement, getColumnByName, removeChild, updateKeyMapping

Inherited from table.Table (private): _update_column_info, _verifyChildren

Inherited from ligolw.EmptyElement: appendData

Inherited from ligolw.Element: appendChild, end_tag, getAttribute, getChildrenByAttributes, getElements, getElementsByTagName, hasAttribute, insertBefore, removeAttribute, replaceChild, setAttribute, start_tag, write

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __iadd__, __imul__, __le__, __lt__, __mul__, __ne__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, __sizeof__, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __format__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from table.Table: CheckElement, CheckProperties, getTablesByName, get_next_id, get_table, reset_next_id, set_next_id

Inherited from ligolw.Element: validattributes

Static Methods [hide private]

Inherited from DBTable: __new__

Class Variables [hide private]
  constraints = None
hash(x)
  how_to_index = {'pp_pip_index': ('process_id', 'param')}
hash(x)
  next_id = None
hash(x)
  tableName = 'process_params'
  validcolumns = {'param': 'lstring', 'process_id': 'ilwd:char',...
hash(x)

Inherited from table.Table: interncolumns, loadcolumns

Inherited from ligolw.Table: tagName, validchildren

Inherited from list: __hash__

Properties [hide private]

Inherited from table.Table: Name

Inherited from ligolw.Table: Type

Inherited from object: __class__

Method Details [hide private]

append(self, row)

source code 

Standard .append() method. This method is for intended for internal use only.

Overrides: list.append
(inherited documentation)

Class Variable Details [hide private]

validcolumns

hash(x)

Value:
{'param': 'lstring',
 'process_id': 'ilwd:char',
 'program': 'lstring',
 'type': 'lstring',
 'value': 'lstring'}