Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

16.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

When the supported ADO.NET version is 1.1:
Component, IDbConnection, ICloneable

When the supported ADO.NET version is 2.0:
DbConnection

(3) Properties

Member Function Supported ADO.NET version
ConnectionString Acquires or sets the character string that is used to open a database. 1.1 or later
ConnectionTimeout Acquires the wait time for establishing a connection before retries are cancelled and an error is generated. 1.1 or later
Database Acquires the name of the current database or the database that is used when a connection is established. 1.1 or later
DataSource Acquires the name of the connected database server. 2.0 or later
LifeTime Acquires or sets the time remaining before actual disconnection occurs. 1.1 or later
Pooling Acquires or sets whether or not pooling is to be performed. 1.1 or later
ServerVersion Acquires the version of the connected server. 2.0 or later
State Acquires the current connection status. 1.1 or later

(4) Methods

Member Function Supported ADO.NET version
BeginTransaction () Starts the database transaction using the specified IsolationLevel value. 1.1 or later
BeginTransaction (IsolationLevel) 1.1 or later
ChangeDatabase (string) Changes the current database for the open HiRDBConnection object. 1.1 or later
Clone () Creates a new object which is a copy of the current instance. 1.1 or later
Close () Closes the connection to the database. 1.1 or later
CreateCommand () Creates and returns the HiRDBCommand object associated with the connection. 1.1 or later
EnlistTransaction (Transaction) Registers in the specified transaction. 2.0 or later
GetSchema () Returns schema information. 2.0 or later
GetSchema (string) 2.0 or later
GetSchema (string, string[]) 2.0 or later
Open () Opens the database connection with the settings specified in the ConnectionString property of the HiRDBConnection object. 1.1 or later