Uranium
Application Framework
UM.Settings.DatabaseContainerMetadataController.DatabaseMetadataContainerController Class Reference

Public Member Functions

def __init__
 
def setupTable
 
def insert
 
def update
 
def delete
 
def keys (self)
 
def values
 
def items
 
def getMetadata
 
def groomMetadata
 

Public Attributes

 cursor
 

Detailed Description

This is an interface for storing and retrieving container metadata from a database. Since each type of container
has it's own metadata (and thus should probably insert / get / update it differently) it's likely that each type
needs it's own controller.

Member Function Documentation

◆ keys()

def UM.Settings.DatabaseContainerMetadataController.DatabaseMetadataContainerController.keys (   self,
  Generator 
)
Yields all the metadata keys. These consist of the DB fields and `container_type` and `type`

The documentation for this class was generated from the following file: