QdbBlobColumnInsertTruncate Method |
Name | Description | |
---|---|---|
InsertTruncate(QdbTimeInterval, QdbBlobPoint) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
InsertTruncate(QdbTimeInterval, QdbBlobPointCollection) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
InsertTruncate(QdbTimeInterval, IEnumerableQdbBlobPoint) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
InsertTruncate(IEnumerableQdbTimeInterval, QdbBlobPoint) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
InsertTruncate(IEnumerableQdbTimeInterval, QdbBlobPointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
InsertTruncate(IEnumerableQdbTimeInterval, IEnumerableQdbBlobPoint) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
InsertTruncate(QdbTimeInterval, DateTime, Byte) |
Inserts one point in the table and erases the given range in
the same transaction
| |
InsertTruncate(IEnumerableQdbTimeInterval, DateTime, Byte) |
Inserts one point in the table and erases given ranges in
the same transaction
|