row[itable_type] = ti.getJDBCStandardType();
row[iremark] = ti.getRemark();
row[ihsqldb_type] = ti.getHsqlType();
row[iread_only] = ti.isReadOnly();
row[icommit_action] = table.isTemp()
? (table.onCommitPreserve() ? "PRESERVE"
: "DELETE")
: null;
t.insertSys(store, row);
}