Ken Bloom wrote: > On Sat, 26 Aug 2006 00:33:03 +0200, Robert Klemme wrote: > >> Ken Bloom wrote: >>> The main goal of this library is to be able to construct an SQL statement >>> from "slices" that concern different aspects of the final query (perhaps >>> in different places in your code) and then combine them all together into >>> one statement easily. >> So you are basically constructing a complex filter condition or even a >> complete SQL statement via some form of object graph, correct? > > I'm not sure what you mean by an object graph. A structure of objects in memory that refer to each other one way or another. Kind regards robert