Exemplo n.º 1
0
 // sqllers
 public void insert() throws Exception {
   DBTransaction dbt = DBTransaction.getInstance();
   dbt.runTransaction(this, "true_insert", new Object[] {});
   // dbt.News_insert(this);
   // true_insert();
 }