rs = DBConnection.executeQuery(
stmt,
checkSql,
new String[]{ exportTempName });
if (rs.next()) {
ExportTempTableStatus status = ExportTempTableStatus.find(rs.getString("TEMP_TABLE_STATUS"));
if (!ExportTempTableStatus.COPY_EXIT.equals(status)) {
LOG.info("TG-EXPORTER-07003",
exportTempName, status.getStatus());
return;
}
}
} catch (SQLException e) {
throw BulkLoaderSystemException.createInstanceCauseBySQLException(