class documentation

class SQLServerConnection(SQLAlchemyConnection):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method connect Undocumented
Instance Variable connection Undocumented
Instance Variable engine Undocumented
Instance Variable name Undocumented

Inherited from SQLAlchemyConnection:

Method factory Undocumented
Method load Undocumented
Method reload Undocumented
Method url Undocumented
Instance Variable config Undocumented
Instance Variable log Undocumented
def __init__(self, config, log, name='CONNECTION_SQLSERVER'):

Undocumented

Parameters
config:AbstractConfigUndocumented
log:AbstractLogUndocumented
name:strUndocumented
def connect(self):
name =

Undocumented