341342343344345346347348349350351
longValue = new NumberValue(vf.getInternalId(id)); } catch (RdbmsException e) { throw new RdbmsException(e); } SqlEq eq = new SqlEq(var.clone(), longValue); if (in == null) { in = eq; } else { in = new SqlOr(in, eq);
304305306307308309310311312313314
longValue = new NumberValue(vf.getInternalId(id)); } catch (RdbmsException e) { throw new RdbmsRuntimeException(e); } SqlEq eq = new SqlEq(var.clone(), longValue); if (in == null) { in = eq; } else { in = new SqlOr(in, eq);