Class DBBatchSaver<T>
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.DBBatchSaver<T>
-
public final class DBBatchSaver<T> extends Object
Saves a batch of rows into a database table. Not developed yet.- Author:
- Leonid Bushuev from JetBrains
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processBatch(DBFunctions dbf, Iterator<T> dataIterator)
-