Object based Query Requirement.

Поиск
Список
Период
Сортировка
От Anagha Joshi
Тема Object based Query Requirement.
Дата
Msg-id FF851C7EEB75954F9BCFB5CA117AB1EC092839@delta.nulinkinc.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Mendola Gaetano"
Дата:
Сообщение: adddepend and contrib missing
Следующее
От: "Vinay"
Дата:
Сообщение: Newbie question