Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- Todos los productos
rollBack();
// If row is not legal, rollback and fail session. if (!isRowLegal()) { rollback(); failSession(“Cannot process illegal row.”); } else if (rowsProcessed==100) { commit(); rowsProcessed=0; }