Exemplo n.º 1
0
 public void setCheckrollTable() {
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "code", 0, 1, 500);
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "epf_no", 2, 1, 500);
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "total_pay", 3, 1, 500);
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "epf10", 4, 1, 500);
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "epf12", 5, 1, 500);
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "total_epf", 6, 1, 500);
   dbm.Inserting_To_The_Table(table, "prcr_cr_epf_temp_report", "etf", 7, 1, 500);
 }