String sQuery = "SELECT service,theme,observations,action FROM myActions WHERE validation='EN COURS' AND idAeroport='"+airport+"'";
try {
pool = new SimpleJDBCConnectionPool("com.mysql.jdbc.Driver",
"jdbc:mysql://localhost:3306/pl", "root", "0");
//tableQuery = new TableQuery("myActions", pool);
query = new FreeformQuery(sQuery, pool, "id");
//query.setDelegate(new _FreeFormDelegate());
//container = new SQLContainer(tableQuery);