Ejemplo n.º 1
0
  @Override
  public List<String> getCategories() {

    try {
      return cTable.select();
    } catch (SQLException e) {
      Logger.getLogger(EmbeddedDB.class.getName()).log(Level.SEVERE, e.getMessage(), e);
    }

    return Collections.emptyList();
  }