TdkSqlServerConDescriptor Class Reference
[The Utils Module]

Implements an SqlServer database descriptor. More...

#include <TdkSqlServerConDescriptor.h>

Inheritance diagram for TdkSqlServerConDescriptor:

TdkConDescriptor List of all members.

Public Member Functions

 TdkSqlServerConDescriptor (const std::string hostId, const int portNumber, const std::string userName, const std::string userPasswd, const std::string databaseName)
 Constructor.
virtual TdkConDescriptorcopy () const
 Copy constructor.

Static Private Attributes

static const int _DEFAULT_PORT_NUMBER = 1433

Detailed Description

Implements an SqlServer database descriptor.


Constructor & Destructor Documentation

TdkSqlServerConDescriptor::TdkSqlServerConDescriptor ( const std::string  hostId,
const int  portNumber,
const std::string  userName,
const std::string  userPasswd,
const std::string  databaseName 
)

Constructor.

Parameters:
host_id Host name.
portNumver Port number.
user_name User name.
user_passwd User password.
database_name Database name.
postgis Indicates whether the PostGIS Extension should be used.


Member Function Documentation

TdkConDescriptor * TdkSqlServerConDescriptor::copy (  )  const [virtual]

Copy constructor.

Implements TdkConDescriptor.


Member Data Documentation

const int TdkSqlServerConDescriptor::_DEFAULT_PORT_NUMBER = 1433 [static, private]


The documentation for this class was generated from the following files:
Generated on Fri Jun 15 16:54:55 2007 for TDK by  doxygen 1.5.2