QdbColumn Class |
Namespace: Quasardb.TimeSeries
The QdbColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| Name |
The name of the column
| |
| Series |
The parent of the column
| |
| Symtable |
The symtable name of the column
|
| Name | Description | |
|---|---|---|
| Erase(QdbTimeInterval) |
Erases all points in the specified range (left inclusive)
| |
| Erase(IEnumerableQdbTimeInterval) |
Erases all points in the specified ranges (left inclusive)
| |
| Timestamps |
Gets all the timestamps in the table
| |
| Timestamps(QdbTimeInterval) |
Gets all the timestamps in an interval
| |
| Timestamps(IEnumerableQdbTimeInterval) |
Gets all the timestamps in each interval
|