Class JdbcBatchingDataCaptureService

    • Constructor Detail

      • JdbcBatchingDataCaptureService

        public JdbcBatchingDataCaptureService()
      • JdbcBatchingDataCaptureService

        public JdbcBatchingDataCaptureService​(java.lang.String statement)
    • Method Detail

      • getBatchWindow

        public java.lang.Integer getBatchWindow()
        Returns:
        the batchWindow
      • setBatchWindow

        public void setBatchWindow​(java.lang.Integer i)
        Set the batch window for operations.
        Parameters:
        i - the batchWindow to set; default is 1024 if not specified.
      • rowsUpdated

        protected static long rowsUpdated​(int[] rc)
                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException