public void callTable(com.cloudera.sqoop.manager.ExportJobContext context)
throws IOException,
ExportException {
context.setConnManager(this);
JdbcCallExportJob exportJob = new JdbcCallExportJob(context);
exportJob.runExport();
}
public void release() {
if (null != this.lastStatement) {
try {