  try
  {
    resultSet = statement.executeQuery(query);
  }
  catch (SQLException e)
  {
    e.printStackTrace();
  }
