postgresql/src/corba/pgsql_int.idl
1998-11-19 02:39:51 +00:00

8 lines
140 B
Plaintext

// Internal interfaces
#include "pgsql.idl"
module PostgreSQL {
interface QueryResult : CosQueryCollection::Collection, Expirable {};
};