Esempio n. 1
0
 public void setPersonName(String personName) throws SQLException {
   _struct.setAttribute(1, personName);
 }
Esempio n. 2
0
 public void setDeleted(Integer deleted) throws SQLException {
   _struct.setAttribute(2, deleted);
 }
Esempio n. 3
0
 public void setId(Integer id) throws SQLException {
   _struct.setAttribute(0, id);
 }