QdbTableExpWriter Class |
Namespace: Quasardb.TimeSeries.ExpWriter
The QdbTableExpWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| IsInvalid | When overridden in a derived class, gets a value indicating whether the handle value is invalid. (Overrides SafeHandleIsInvalid.) |
| Name | Description | |
|---|---|---|
| Add(Int64, DateTime, Object) |
Set a timestamp column.
| |
| Add(String, DateTime, Object) |
Set a timestamp column.
| |
| Push |
Regular batch push.
| |
| SetColumn(Int64, Int64, Object) |
Set all values of a column at (table_index, column_index).
| |
| SetColumn(String, String, Object) |
Set all values of a column at (table_name, column_name).
| |
| SetTimestamps(Int64, ListDateTime) |
Set the timestamp column.
| |
| SetTimestamps(String, ListDateTime) |
Set the timestamp column.
|