NVelocity
Class SupportClass.TransactionManager.ConnectionHashTable

Constructor Summary
SupportClass.TransactionManager.ConnectionHashTable()
        Initializes a new instance of the ConnectionHashTable class.

Properties inherited from class System.Collections.Hashtable
comparer, Count, hcp, IsFixedSize, IsReadOnly, IsSynchronized, Item, Keys, SyncRoot, Values

Method Summary
void Commit(System.Data.OleDb.OleDbConnection connection)
System.Data.OleDb.OleDbCommand CreateStatement(System.Data.OleDb.OleDbConnection connection)
bool GetAutoCommit(System.Data.OleDb.OleDbConnection connection)
int GetTransactionIsolation(System.Data.OleDb.OleDbConnection connection)
System.Data.OleDb.OleDbCommand PrepareCall(System.Data.OleDb.OleDbConnection connection, string sql)
System.Data.OleDb.OleDbCommand PrepareStatement(System.Data.OleDb.OleDbConnection connection, string sql)
void RollBack(System.Data.OleDb.OleDbConnection connection)
void SetAutoCommit(System.Data.OleDb.OleDbConnection connection, bool boolean)
void SetTransactionIsolation(System.Data.OleDb.OleDbConnection connection, int level)

Methods inherited from class System.Collections.Hashtable
Add, Clear, Clone, Contains, ContainsKey, ContainsValue, CopyTo, GetEnumerator, GetHash, GetObjectData, IEnumerable.GetEnumerator, KeyEquals, OnDeserialization, Remove

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

SupportClass.TransactionManager.ConnectionHashTable

public SupportClass.TransactionManager.ConnectionHashTable()

Initializes a new instance of the ConnectionHashTable class.

Method Detail

Commit

public void Commit(System.Data.OleDb.OleDbConnection connection)


CreateStatement

public System.Data.OleDb.OleDbCommand CreateStatement(System.Data.OleDb.OleDbConnection connection)


GetAutoCommit

public bool GetAutoCommit(System.Data.OleDb.OleDbConnection connection)


GetTransactionIsolation

public int GetTransactionIsolation(System.Data.OleDb.OleDbConnection connection)


PrepareCall

public System.Data.OleDb.OleDbCommand PrepareCall(System.Data.OleDb.OleDbConnection connection,
                                                  string sql)


PrepareStatement

public System.Data.OleDb.OleDbCommand PrepareStatement(System.Data.OleDb.OleDbConnection connection,
                                                       string sql)


RollBack

public void RollBack(System.Data.OleDb.OleDbConnection connection)


SetAutoCommit

public void SetAutoCommit(System.Data.OleDb.OleDbConnection connection,
                          bool boolean)


SetTransactionIsolation

public void SetTransactionIsolation(System.Data.OleDb.OleDbConnection connection,
                                    int level)