Package com.nt.udc.oi.node.jdbc
Interface DBUpdaterIfc
- All Known Implementing Classes:
DBBatchInserter,DBInserter,DBSingularInserter
public interface DBUpdaterIfc
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidresetConnection(Connection dbConn) voidshutdown()voidupdateDB(JDBCOIRecord[] records)
-
Method Details
-
buildStatements
- Throws:
SQLException
-
updateDB
-
resetConnection
-
isHealthy
boolean isHealthy() -
shutdown
void shutdown()
-