throws UnsupportedOperationException {
StatementHelper sh = new StatementHelper();
StringBuffer query = new StringBuffer(
"SELECT service, theme, observations, action FROM myActions WHERE idAeroport = ?");
sh.addParameterValue(keys[0]);
sh.setQueryString(query.toString());
return sh;
}
private String getOrderByString() {