15.4.3 List of HiRDBConnection members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Properties
(4) Methods

(1) Constructor

HiRDBConnection

(2) Inheritance classes

Component, IDbConnection, ICloneable

(3) Properties

MemberFunction
ConnectionStringAcquires or sets the character string that is used to open a database.
ConnectionTimeoutAcquires the wait time for establishing a connection before retries are cancelled and an error is generated.
DatabaseAcquires the name of the current database or the database that is used when a connection is established.
LifeTimeAcquires or sets the time remaining before actual disconnection occurs.
PoolingAcquires or sets whether or not pooling is to be performed.
StateAcquires the current connection status.

(4) Methods

MemberFunction
BeginTransactionStarts the database transaction using the specified IsolationLevel value.
ChangeDatabaseChanges the current database for the open HiRDBConnection object.
CloneCreates a new object which is a copy of the current instance.
CloseCloses the connection to the database.
CreateCommandCreates and returns the HiRDBCommand object associated with the connection.
DisposeReleases all resources used by HiRDBConnection.
OpenOpens the database connection with the settings specified in the ConnectionString property of the HiRDBConnection object.