gda_connection_open_schema

Name

gda_connection_open_schema -- 

Synopsis

Gda_Recordset* gda_connection_open_schema (Gda_Connection* cnc, GDA_Connection_QType t, ...);

Arguments

cnc

Connection object

t

Query type

...

-- undescribed --

Description

Retrieves meta data about the data source to which the connection object is connected. The constraints is a list of enum/string pairs. The end of the list must be marked by the special value GDA_Connection_no_CONSTRAINT

Returns

The recordset which holds the results.