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