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