aboutsummaryrefslogtreecommitdiff
path: root/src/corba/pgsql_int.idl
blob: 8cfebc0ab4b7dba65d6aa715be65144dd3a1f58c (plain)
1
2
3
4
5
6
7
// Internal interfaces

#include "pgsql.idl"

module PostgreSQL {
	interface QueryResult : CosQueryCollection::Collection, Expirable {};
};