org.intermine.sql.writebatch
Interface FlushJob

All Known Implementing Classes:
FlushJobBatchCommit, FlushJobPostgresCopyImpl, FlushJobStatementBatchImpl, FlushJobUpdateStatistics

public interface FlushJob

An interface representing a job to be performed when actually flushing data to a database.


Method Summary
 void flush()
          Performs the flush of all data represented by this object.
 

Method Detail

flush

void flush()
           throws java.sql.SQLException
Performs the flush of all data represented by this object.

Throws:
java.sql.SQLException - if there is a problem performing the flush