, "\tpublic " + row_dh + "() " +
"throws ru.vassaev.core.exception.SysException {}\n" +
qr.getDeclareHelperClassBody(rowClass.getCanonicalName()
, false));
}
ctm = new ClassTableModel(rowClass);
} catch (java.sql.SQLException ex) {
throw new SysException(ex);
} finally {
if (qr != null)
try {