321322323324325326327328329330331
if (script) { schemaToLog = t.getName().schema; writeTableInit(t); RowIterator it = t.rowIterator(currentSession); while (it.hasNext()) { writeRow(currentSession, t, it.getNextRow().getData()); }