Object based Query Requirement.

From: "Anagha Joshi" <ajoshi(at)nulinkinc(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>, <pgsql-admin(at)postgresql(dot)org>
Subject: Object based Query Requirement.
Date: 2003-06-26 08:02:39
Message-ID: FF851C7EEB75954F9BCFB5CA117AB1EC092839@delta.nulinkinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

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

Browse pgsql-admin by date

  From Date Subject
Next Message Vinay 2003-06-26 19:59:55 Newbie question
Previous Message Mendola Gaetano 2003-06-25 22:23:27 adddepend and contrib missing

Browse pgsql-sql by date

  From Date Subject
Next Message Együd Csaba 2003-06-26 11:21:27 Join or Where?
Previous Message Josh Berkus 2003-06-25 19:21:17 Re: Database design - AGAIN