Example #1
0
 public void selectRecord(String tableName) throws TableNotFoundException {
   ArrayList<Condition> emptyCond = new ArrayList<Condition>(); // Always returns true
   selectRecord(tableName, emptyCond);
 }