Esempio n. 1
0
# Copyright (C) 2013 Mag. Christian Tanzer All rights reserved
# Glasauergasse 32, A--1130 Wien, Austria. [email protected]
# #*** <License> ************************************************************#
# This module is part of the package MOM.DBW.SAW.MY.
# 
# This module is licensed under the terms of the BSD 3-Clause License
# <http://www.c-tanzer.at/license/bsd_3c.html>.
# #*** </License> ***********************************************************#
#
#++
# Name
#    MOM.DBW.SAW.MY.__init__
#
# Purpose
#    Database wrapper for mySQL accessed by sqlalchemy wrapped by SAW
#
# Revision Dates
#    24-Jun-2013 (CT) Creation
#    ««revision-date»»···
#--

from _MOM._DBW._SAW import SAW
from   _TFL.Package_Namespace import Derived_Package_Namespace

MY = Derived_Package_Namespace (parent = SAW)
SAW._Export ("MY")

del Derived_Package_Namespace

### __END__ .MOM.DBW.SAW.MY__init__
Esempio n. 2
0
# This module is part of the package MOM.DBW.SAW.SQ.
# 
# This module is licensed under the terms of the BSD 3-Clause License
# <http://www.c-tanzer.at/license/bsd_3c.html>.
# #*** </License> ***********************************************************#
#
#++
# Name
#    MOM.DBW.SAW.SQ.__init__
#
# Purpose
#    Database wrapper for SQLite accessed by sqlalchemy wrapped by SAW
#
# Revision Dates
#    21-Jun-2013 (CT) Creation
#    ««revision-date»»···
#--

from   __future__ import division, print_function
from   __future__ import absolute_import, unicode_literals

from _MOM._DBW._SAW import SAW
from   _TFL.Package_Namespace import Derived_Package_Namespace

SQ = Derived_Package_Namespace (parent = SAW)
SAW._Export ("SQ")

del Derived_Package_Namespace

### __END__ .MOM.DBW.SAW.SQ__init__
Esempio n. 3
0
# Copyright (C) 2013 Mag. Christian Tanzer All rights reserved
# Glasauergasse 32, A--1130 Wien, Austria. [email protected]
# #*** <License> ************************************************************#
# This module is part of the package MOM.DBW.SAW.PG.
# 
# This module is licensed under the terms of the BSD 3-Clause License
# <http://www.c-tanzer.at/license/bsd_3c.html>.
# #*** </License> ***********************************************************#
#
#++
# Name
#    MOM.DBW.SAW.PG.__init__
#
# Purpose
#    Database wrapper for PostgreSQL accessed by sqlalchemy wrapped by SAW
#
# Revision Dates
#    21-Jun-2013 (CT) Creation
#    ««revision-date»»···
#--

from _MOM._DBW._SAW import SAW
from   _TFL.Package_Namespace import Derived_Package_Namespace

PG = Derived_Package_Namespace (parent = SAW)
SAW._Export ("PG")

del Derived_Package_Namespace

### __END__ .MOM.DBW.SAW.PG__init__
Esempio n. 4
0
# This module is part of the package MOM.DBW.SAW.SQ.
#
# This module is licensed under the terms of the BSD 3-Clause License
# <http://www.c-tanzer.at/license/bsd_3c.html>.
# #*** </License> ***********************************************************#
#
#++
# Name
#    MOM.DBW.SAW.SQ.__init__
#
# Purpose
#    Database wrapper for SQLite accessed by sqlalchemy wrapped by SAW
#
# Revision Dates
#    21-Jun-2013 (CT) Creation
#    ««revision-date»»···
#--

from __future__ import division, print_function
from __future__ import absolute_import, unicode_literals

from _MOM._DBW._SAW import SAW
from _TFL.Package_Namespace import Derived_Package_Namespace

SQ = Derived_Package_Namespace(parent=SAW)
SAW._Export("SQ")

del Derived_Package_Namespace

### __END__ .MOM.DBW.SAW.SQ__init__
Esempio n. 5
0
# This module is part of the package MOM.DBW.SAW.MY.
# 
# This module is licensed under the terms of the BSD 3-Clause License
# <http://www.c-tanzer.at/license/bsd_3c.html>.
# #*** </License> ***********************************************************#
#
#++
# Name
#    MOM.DBW.SAW.MY.__init__
#
# Purpose
#    Database wrapper for mySQL accessed by sqlalchemy wrapped by SAW
#
# Revision Dates
#    24-Jun-2013 (CT) Creation
#    ««revision-date»»···
#--

from   __future__ import division, print_function
from   __future__ import absolute_import, unicode_literals

from _MOM._DBW._SAW import SAW
from   _TFL.Package_Namespace import Derived_Package_Namespace

MY = Derived_Package_Namespace (parent = SAW)
SAW._Export ("MY")

del Derived_Package_Namespace

### __END__ .MOM.DBW.SAW.MY__init__
Esempio n. 6
0
# This module is part of the package MOM.DBW.SAW.PG.
# 
# This module is licensed under the terms of the BSD 3-Clause License
# <http://www.c-tanzer.at/license/bsd_3c.html>.
# #*** </License> ***********************************************************#
#
#++
# Name
#    MOM.DBW.SAW.PG.__init__
#
# Purpose
#    Database wrapper for PostgreSQL accessed by sqlalchemy wrapped by SAW
#
# Revision Dates
#    21-Jun-2013 (CT) Creation
#    ««revision-date»»···
#--

from   __future__ import division, print_function
from   __future__ import absolute_import, unicode_literals

from _MOM._DBW._SAW import SAW
from   _TFL.Package_Namespace import Derived_Package_Namespace

PG = Derived_Package_Namespace (parent = SAW)
SAW._Export ("PG")

del Derived_Package_Namespace

### __END__ .MOM.DBW.SAW.PG__init__