I could not instantly find the page in wiki you are referring to, but I can see what is wrong with the example: When using a FreeformQuery with the SQLContainer, you must implement a FreeformQueryDelegate yourself to provide support for e.g. lazy loading, filtering and sorting. The example is throwing a UnsupportedOperationException, right?
So you have two options to make this work:
Use TableQuery (and lose ‘advanced’ query options)
Implement the FreeformQueryDelegate interface
The SQLContainer demos/examples should provide some pointers to each of these tasks.
This is actually a pre-implementation specification of the SQLContainer, hence the examples there are kind of “pseudo-code” in the sense that they were written before the SQLContainer was written. You may want to refer to the
manual for more real examples and instructions.
Many thanks! I have read instructions and have familiarized with an example from
here
I am very grateful to you for the rendered consultation and if you not against, would like to continue our dialogue
here as remained some question with realization FreeformQueryDelegate.