QdbInt64ColumnInsertTruncate Method |
| Name | Description | |
|---|---|---|
| InsertTruncate(QdbTimeInterval, QdbInt64Point) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(QdbTimeInterval, QdbInt64PointCollection) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(QdbTimeInterval, IEnumerableQdbInt64Point) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, QdbInt64Point) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, QdbInt64PointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, IEnumerableQdbInt64Point) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(QdbTimeInterval, DateTime, NullableInt64) |
Inserts one point in the table and erases the given range in
the same transaction
| |
| InsertTruncate(IEnumerableQdbTimeInterval, DateTime, NullableInt64) |
Inserts one point in the table and erases given ranges in
the same transaction
|