Click or drag to resize

QdbCluster Class

A connection to a quasardb database.
Inheritance Hierarchy

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public sealed class QdbCluster : SafeHandle

The QdbCluster type exposes the following members.

Constructors
  NameDescription
Public methodQdbCluster(String)
Connects to a quasardb database.
Public methodQdbCluster(String, String, String, String)
Connects securely to a quasardb database.
Top
Properties
  NameDescription
Public propertyIsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
(Overrides SafeHandleIsInvalid.)
Top
Methods
  NameDescription
Public methodBlob
Returns a QdbBlob attached to the specified alias.
Public methodBlobs
Returns a collection of QdbBlob matching the given criteria.
Public methodClearPerformanceTraces
Releases all performances traces currently stored by the client.
Public methodDisablePerformanceTraces
The client will stop storing performance measures from the server.
Public methodEnablePerformanceTraces
The client will store performance measures from the server. Disabled by default.
Public methodEntries
Returns a collection of QdbEntry matching the given criteria.
Public methodEntry
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.
Public methodExpWriter
Returns a QdbTableExpWriter attached to the specified columns.
Public methodGetLastError
Gets the last API error description.

Return Value

Type: 
A message describing the error occurred during the last operation.
Public methodGetPerformanceTraces
Returns all new performance traces since the last call to this function.
Public methodInteger
Returns a QdbInteger attached to the specified alias.
Public methodKeys
Returns a collection of String matching the given criteria.
Public methodQuery
Run the provided query and creates a table directory with the results.
Public methodRunBatch
Executes the operations contained in the batch.
Public methodSetCompression
Set the compression level.
Public methodSetMaxInBufferSize
Sets the maximum incoming buffer size for all network operations of the client.
Public methodTable
Returns a QdbTable attached to the specified alias.
Public methodTag
Returns a QdbTag attached to the specified alias.
Public methodTimeSeries Obsolete.
Returns a QdbTimeSeries attached to the specified alias.
Public methodWriter(QdbBatchColumnDefinition)
Returns a QdbTableWriter attached to the specified columns.
Public methodWriter(IEnumerableQdbBatchColumnDefinition)
Returns a QdbTableWriter attached to the specified columns.
Top
See Also