Methods
| Open | Opens a new session. |
| Close | Closes the session. |
| StartTransaction | Begins a new transaction for this session. |
| Abort | Cancels (terminates) the transaction. |
| Commit | Commits the transaction. |
| GetTransactionInfo | Returns information regarding a transaction. |
Data Members
| m_spOpenRowset | Points to the IOpenRowset interface for this session. |