row[iremark] = ti.getRemark();
row[ihsqldb_type] = ti.getHsqlType();
row[iread_only] = table.isDataReadOnly() ? Boolean.TRUE
: Boolean.FALSE;
row[icommit_action] = table.isTemp()
? (table.onCommitPreserve() ? "PRESERVE"
: "DELETE")
: null;
t.insertSys(session, store, row);
}