setPerTableStatements(TableStatements stmt) Define statements that should be executed before an import
for a table starts and after the last record has been inserted.
Parameters: stmt - the statement definitions.
Return the messages generated during import.
Calling this, clears the message buffer
the message buffer. See Also:workbench.util.MessageBuffer.getBuffer
Define column constants for the import.
It is expected that the value object is already converted to the correct
class. DataImporter will not convert the passed values in any way.
setContinueOnError
public void setContinueOnError(boolean flag)(Code)
Define statements that should be executed before an import
for a table starts and after the last record has been inserted.
Parameters: stmt - the statement definitions. May be null