QdbStringColumn.InsertTruncate Method |
| Name | Description | |
|---|---|---|
| InsertTruncate(QdbTimeInterval,QdbStringPoint[]) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(QdbTimeInterval, QdbStringPointCollection) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(QdbTimeInterval, IEnumerable<QdbStringPoint>) |
Inserts one or more points in the table and erases the given
range in the same transaction
| |
| InsertTruncate(IEnumerable<QdbTimeInterval>,QdbStringPoint[]) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(IEnumerable<QdbTimeInterval>, QdbStringPointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
| |
| InsertTruncate(IEnumerable<QdbTimeInterval>, IEnumerable<QdbStringPoint>) |
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
|