Ejemplo n.º 1
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_tagdomain", lng_tagdomain)
Ejemplo n.º 2
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_tag", lng_tag)
Ejemplo n.º 3
0
 def __init__(self, app):
     dbTable.__init__(self, app, "lng_scan", lng_scan)
Ejemplo n.º 4
0
 def __init__(self, app):
   dbTable.__init__(self, app, table="lng_stream", recObj=lng_stream)
Ejemplo n.º 5
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_affiliationcode", lng_affiliationcode)
Ejemplo n.º 6
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_categorycode", lng_categorycode)
Ejemplo n.º 7
0
 def __init__(self, app):
     dbTable.__init__(self, app, "lng_reference", lng_reference)
Ejemplo n.º 8
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_linkcode", lng_linkcode)
Ejemplo n.º 9
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_tagtypecode", lng_tagtypecode)
Ejemplo n.º 10
0
 def __init__(self, app):
   dbTable.__init__(self, app, "lng_user", lng_user)
Ejemplo n.º 11
0
 def __init__(self, app):
   dbTable.__init__(self, app=app
                        , table="lng_lex"
                        , recObj=lng_lex
                   )