![]() | QdbCluster Class |
Namespace: Quasardb
The QdbCluster type exposes the following members.
Name | Description | |
---|---|---|
![]() | QdbCluster(String) |
Connects to a quasardb database.
|
![]() | QdbCluster(String, String, String, String) |
Connects securely to a quasardb database.
|
Name | Description | |
---|---|---|
![]() | Blob |
Returns a QdbBlob attached to the specified alias.
|
![]() | Blobs |
Returns a collection of QdbBlob matching the given criteria.
|
![]() | Dispose |
Close the connection to the database.
|
![]() | Entries |
Returns a collection of QdbEntry matching the given criteria.
|
![]() | Entry |
Returns a QdbEntry attached to the specified alias.
The actual type of the return value depends on the type of the entry in the database.
|
![]() | GetLastError |
Gets the last API error description.
Return ValueType:A message describing the error occurred during the last operation. |
![]() | Integer |
Returns a QdbInteger attached to the specified alias.
|
![]() | Keys |
Returns a collection of String matching the given criteria.
|
![]() | Query |
Run the provided query and creates a table directory with the results.
|
![]() | RunBatch |
Executes the operations contained in the batch.
|
![]() | SetCompression |
Set the compression level.
|
![]() | Table |
Returns a QdbTable attached to the specified alias.
|
![]() | Tag |
Returns a QdbTag attached to the specified alias.
|
![]() | TimeSeries | Obsolete.
Returns a QdbTimeSeries attached to the specified alias.
|
![]() | Writer(QdbBatchColumnDefinition) |
Returns a QdbTableWriter attached to the specified columns.
|
![]() | Writer(IEnumerableQdbBatchColumnDefinition) |
Returns a QdbTableWriter attached to the specified columns.
|