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 | |
|---|---|---|
| IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) |
| Name | Description | |
|---|---|---|
| Blob |
Returns a QdbBlob attached to the specified alias.
| |
| Blobs |
Returns a collection of QdbBlob matching the given criteria.
| |
| 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.
| |
| ExpWriter |
Returns a QdbTableExpWriter attached to the specified columns.
| |
| 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.
| |
| SetMaxInBufferSize |
Sets the maximum incoming buffer size for all network operations of the client.
| |
| 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.
|