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