![]() | QdbSymbolColumn Class |
Namespace: Quasardb.TimeSeries
The QdbSymbolColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | Name |
The name of the column
(Inherited from QdbColumn.) |
![]() | Series |
The parent of the column
(Inherited from QdbColumn.) |
![]() | Symtable |
The symtable name of the column
(Inherited from QdbColumn.) |
Name | Description | |
---|---|---|
![]() | Count() |
Gets the number of points in the table
|
![]() | Count(QdbTimeInterval) |
Gets the number of points in an interval
|
![]() | Count(IEnumerable<QdbTimeInterval>) |
Gets the number of points in each interval
|
![]() | Erase(QdbTimeInterval) |
Erases all points in the specified range (left inclusive)
(Inherited from QdbColumn.) |
![]() | Erase(IEnumerable<QdbTimeInterval>) |
Erases all points in the specified ranges (left inclusive)
(Inherited from QdbColumn.) |
![]() | First() |
Gets the first point (ie the one with the oldest timestamp) of the table
|
![]() | First(QdbTimeInterval) |
Gets the first point (ie the one with the oldest timestamp) in an interval
|
![]() | First(IEnumerable<QdbTimeInterval>) |
Gets the first points (ie the one with the oldest timestamp) of each interval
|
![]() | Insert(QdbSymbolPoint[]) |
Inserts one or more points in the table
|
![]() | Insert(IEnumerable<QdbSymbolPoint>) |
Inserts one or more points in the table
|
![]() | Insert(QdbSymbolPointCollection) |
Inserts one or more points in the table
|
![]() | Insert(DateTime, String) |
Inserts one point in the table
|
![]() | InsertTruncate(QdbTimeInterval,QdbSymbolPoint[]) |
Inserts one or more points in the table and erases the given
range in the same transaction
|
![]() | InsertTruncate(QdbTimeInterval, QdbSymbolPointCollection) |
Inserts one or more points in the table and erases the given
range in the same transaction
|
![]() | InsertTruncate(QdbTimeInterval, IEnumerable<QdbSymbolPoint>) |
Inserts one or more points in the table and erases the given
range in the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>,QdbSymbolPoint[]) |
Inserts one or more points in the table and erases given
ranges in the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>, QdbSymbolPointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>, IEnumerable<QdbSymbolPoint>) |
Inserts one or more points in the table and erases given
ranges in the same transaction
|
![]() | InsertTruncate(QdbTimeInterval, DateTime, String) |
Inserts one point in the table and erases the given range in
the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>, DateTime, String) |
Inserts one point in the table and erases given ranges in
the same transaction
|
![]() | Last() |
Gets the last point (ie the one with the newest timestamp) of the table
|
![]() | Last(QdbTimeInterval) |
Gets the last point (ie the one with the newest timestamp) in an interval
|
![]() | Last(IEnumerable<QdbTimeInterval>) |
Gets the last points (ie the one with the newest timestamp) in each interval
|
![]() | Points() |
Gets all the points in the table
|
![]() | Points(QdbTimeInterval) |
Gets all the points in an interval
|
![]() | Points(IEnumerable<QdbTimeInterval>) |
Gets all the points in each interval
|
![]() | Timestamps() |
Gets all the timestamps in the table
(Inherited from QdbColumn.) |
![]() | Timestamps(QdbTimeInterval) |
Gets all the timestamps in an interval
(Inherited from QdbColumn.) |
![]() | Timestamps(IEnumerable<QdbTimeInterval>) |
Gets all the timestamps in each interval
(Inherited from QdbColumn.) |