QdbTimestampColumnInsertTruncate Method |
| Name | Description | |
|---|---|---|
| InsertTruncate(QdbTimeInterval, QdbTimestampPoint) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(QdbTimeInterval, QdbTimestampPointCollection) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(QdbTimeInterval, IEnumerableQdbTimestampPoint) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, QdbTimestampPoint) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, QdbTimestampPointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, IEnumerableQdbTimestampPoint) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(QdbTimeInterval, DateTime, NullableDateTime) |
Inserts one point in the table and erases the given range in
the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, DateTime, NullableDateTime) |
Inserts one point in the table and erases given ranges in
the same transaction
|