Re: [gnome-db] GdaCommand.
Piotr Pokora <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
Vivien Malerba writes: Hi! > You'll have to create a GdaStatement from the "SELECT * FROM table" > (which is what was done in V3 BTW). You can do this using a parser > object, or by creating the object directly (in 4.2 there will be an API > to build statement without using any SQL). Any API preview? In Midgard we use query builder class which generates SQLs. http://www.midgard-project.org/api-docs/midgard/core/vinland/midgard-query-builder.html It's GObject oriented, but I am curious if we could benefit from it. Piotras