IasCdb.AlchemyDb
index
/home/fedora/IasRoot/lib/python3.12/site-packages/IasCdb/AlchemyDb.py

 
Modules
       
IasCdb.AlchemyMapping
atexit

 
Classes
       
builtins.object
AlchemyDb

 
class AlchemyDb(builtins.object)
    AlchemyDb(userName, pswd, server)
 
AlchemyDb is the RDB abstraction through Alchemy
 
  Methods defined here:
__init__(self, userName, pswd, server)
Connect to the RDBMS and initializes the
engine and the session
 
:param userName: the name of the user o connect to the RDBMS
:param pswd: the password
:param server: the URL of the server
close(self)
Closes the session upon termination
:return:
getSession(self)
:return: the alackemy session

Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object