Scalable Database Server, HiRDB Version 8 UAP Development Guide
HiRDBConnection
Component, IDbConnection, ICloneable
Member | Function |
---|---|
ConnectionString | Acquires or sets the character string that is used to open a database. |
ConnectionTimeout | Acquires the wait time for establishing a connection before retries are cancelled and an error is generated. |
Database | Acquires the name of the current database or the database that is used when a connection is established. |
LifeTime | Acquires or sets the time remaining before actual disconnection occurs. |
Pooling | Acquires or sets whether or not pooling is to be performed. |
State | Acquires the current connection status. |
Member | Function |
---|---|
BeginTransaction | Starts the database transaction using the specified IsolationLevel value. |
ChangeDatabase | Changes the current database for the open HiRDBConnection object. |
Clone | Creates a new object which is a copy of the current instance. |
Close | Closes the connection to the database. |
CreateCommand | Creates and returns the HiRDBCommand object associated with the connection. |
Dispose | Releases all resources used by HiRDBConnection. |
Open | Opens the database connection with the settings specified in the ConnectionString property of the HiRDBConnection object. |
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.