Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

SDB::Data::SDBConnection Class Reference

Represents an open connection to the database instance. More...

List of all members.

Public Member Functions

Protected Member Functions

Properties


Detailed Description

Represents an open connection to the database instance.


Constructor & Destructor Documentation

SDB::Data::SDBConnection::SDBConnection string  connectionString  ) 
 

Initializes a new instance of the SDBConnection class using a connection string.

Parameters:
connectionString Contains informations for connection to the database This string contains ';' separated property list to connect to the database
Properties:
SERVERDB=<database_name>
SERVERNODE=<hostname>
UID=<username>
PWD=<password>


Member Function Documentation

SDBTransaction SDB::Data::SDBConnection::BeginTransaction IsolationLevel  isolationLevel  ) 
 

Starts a new transaction on the connection using the specified transaction level.

Parameters:
isolationLevel The isolation level to use

override void SDB::Data::SDBConnection::ChangeDatabase string  databaseName  ) 
 

Change the current database using the specified name.

Parameters:
databaseName The database name to change to.

void SDB::Data::SDBConnection::Dispose  ) 
 

Releases the resources used by this connection.

Todo:
Implement this feature


Property Documentation

override string ConnectionString string SDB::Data::SDBConnection::ConnectionString [get, set]
 

Gets or sets the connection property string.

Properties:
SERVERDB=<database_name>
SERVERNODE=<hostname>
UID=<username>
PWD=<password>