class documentation

class SQLiteDAO:

Constructor: SQLiteDAO(db_path)

View In Hierarchy

Undocumented

Method __del__ Undocumented
Method __init__ Undocumented
Method execute Undocumented
Property last_row_id Undocumented
Instance Variable __con Undocumented
Instance Variable __cursor Undocumented
Instance Variable __lock Undocumented
def __del__(self):

Undocumented

def __init__(self, db_path):

Undocumented

def execute(self, *args, **kwargs):

Undocumented

@property
last_row_id =

Undocumented

__con =

Undocumented

__cursor =

Undocumented

__lock =

Undocumented