def __init__(self, app): dbTable.__init__(self, app, "lng_tagdomain", lng_tagdomain)
def __init__(self, app): dbTable.__init__(self, app, "lng_tag", lng_tag)
def __init__(self, app): dbTable.__init__(self, app, "lng_scan", lng_scan)
def __init__(self, app): dbTable.__init__(self, app, table="lng_stream", recObj=lng_stream)
def __init__(self, app): dbTable.__init__(self, app, "lng_affiliationcode", lng_affiliationcode)
def __init__(self, app): dbTable.__init__(self, app, "lng_categorycode", lng_categorycode)
def __init__(self, app): dbTable.__init__(self, app, "lng_reference", lng_reference)
def __init__(self, app): dbTable.__init__(self, app, "lng_linkcode", lng_linkcode)
def __init__(self, app): dbTable.__init__(self, app, "lng_tagtypecode", lng_tagtypecode)
def __init__(self, app): dbTable.__init__(self, app, "lng_user", lng_user)
def __init__(self, app): dbTable.__init__(self, app=app , table="lng_lex" , recObj=lng_lex )