_struct = new MutableStruct(new Object[4], _sqlType, _factory); try { _ctx = new _Ctx(DefaultContext.getDefaultContext()); } catch (Exception e) { _ctx = null; }
_struct = new MutableStruct(new Object[4], _sqlType, _factory); _ctx = new _Ctx(c == null ? DefaultContext.getDefaultContext() : c);
_struct = new MutableStruct(new Object[4], _sqlType, _factory); _ctx = new _Ctx(c);
if (d == null) return null; PersonLocationTyp o = new PersonLocationTyp(); o._struct = new MutableStruct((STRUCT) d, _sqlType, _factory); o._ctx = new _Ctx(((STRUCT) d).getConnection()); return o;
return (java.sql.Timestamp) _struct.getAttribute(3);
return _PersonLocationTypFactory;
return (java.math.BigDecimal) _struct.getAttribute(1);
return (java.math.BigDecimal) _struct.getAttribute(0);
return (java.sql.Timestamp) _struct.getAttribute(2);
_struct.setAttribute(3, endDate);
_struct.setAttribute(1, locationId);
_struct.setAttribute(0, personId);
_struct.setAttribute(2, startDate);
_ctx = new _Ctx(c); return _struct.toDatum(c, _SQL_NAME);