org.intermine.sql.writebatch
Interface Table

All Known Implementing Classes:
IndirectionTableBatch, TableBatch

public interface Table

An interface representing all changes to be made to an SQL table of some sort.


Method Summary
 void clear()
          Clears the batch.
 int getSize()
          Returns the current amount of data, in bytes, held in this object.
 

Method Detail

clear

void clear()
Clears the batch.


getSize

int getSize()
Returns the current amount of data, in bytes, held in this object.

Returns:
an int