"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);
container = new SQLContainer(query);
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return container;