Click or drag to resize

Quasardb.TimeSeries Namespace

 
Classes
  ClassDescription
Public classQdbBatchColumnDefinition
Describes a time-series column, required for batch insertion
Public classQdbBlobColumn
A column of a table in a quasardb database.
Public classQdbBlobColumnCollection
A collection of columns of blobs
Public classQdbBlobColumnDefinition
Describes a time-series column that contains blobs
Public classQdbBlobPoint
A Time/Value pair, where value is a blob
Public classQdbBlobPointCollection
A collection of point
Public classQdbColumn
A column of a table
Public classQdbColumnCollection
A collection of columns
Public classQdbColumnDefinition
Describes a time-series column, required to create the column
Public classQdbDoubleColumn
A column of a table in a quasardb database.
Public classQdbDoubleColumnCollection
A collection of columns contains double-precision floating point values.
Public classQdbDoubleColumnDefinition
Describes a time-series column that contains double precision floating point values.
Public classQdbDoublePoint
A Time/Value pair, where value is a double-precision floating point
Public classQdbDoublePointCollection
A collection of point
Public classQdbInt64Column
A column of a table in a quasardb database.
Public classQdbInt64ColumnCollection
A collection of columns contains int64 point values.
Public classQdbInt64ColumnDefinition
Describes a time-series column that contains int64 point values.
Public classQdbInt64Point
A Time/Value pair, where value is an int64 point
Public classQdbInt64PointCollection
A collection of point
Public classQdbPointT
A Time/Value pair.
Public classQdbStringColumn
A column of a table in a quasardb database.
Public classQdbStringColumnCollection
A collection of columns contains string point values.
Public classQdbStringColumnDefinition
Describes a time-series column that contains string point values.
Public classQdbStringPoint
A Time/Value pair, where value is a symbol point
Public classQdbStringPointCollection
A collection of point
Public classQdbSymbolColumnDefinition
Describes a time-series column that contains symbol point values.
Public classQdbTable
A table
Public classQdbTimeSeries Obsolete.
A timeseries
Public classQdbTimestampColumn
A column of a table in a quasardb database.
Public classQdbTimestampColumnCollection
A collection of columns contains timestamp point values.
Public classQdbTimestampColumnDefinition
Describes a time-series column that contains timestamp point values.
Public classQdbTimestampPoint
A Time/Value pair, where value is a datetime point
Public classQdbTimestampPointCollection
A collection of point
Structures
  StructureDescription
Public structureQdbTimeInterval
A time interval [begin, end[
Enumerations
  EnumerationDescription
Public enumerationQdbColumnType
Specifies the type of a column.