Object based Query Requirement. - Mailing list pgsql-admin

From Anagha Joshi
Subject Object based Query Requirement.
Date
Msg-id FF851C7EEB75954F9BCFB5CA117AB1EC092839@delta.nulinkinc.com
Whole thread Raw
List pgsql-admin

Hi,

I use Postgres-7.2.4. and my client is in C++

I need to know the following:

As I user libpq++ library, I have to pass the query in the string format only. i.e.const  char *

Does Postgres support object based query? i.e. User should make the object of some query class (supported by Posstgres) and just sets predicates, fields, table names by invoking proper member functions of the same object. Then calls the member function like executeQuery or so of the same object.

Is there any way to do this?

Thx.,

Anagha


pgsql-admin by date:

Previous
From: "Mendola Gaetano"
Date:
Subject: adddepend and contrib missing
Next
From: "Vinay"
Date:
Subject: Newbie question