gda_connection_open_schema_array

Name

gda_connection_open_schema_array —

Synopsis

Gda_Recordset* gda_connection_open_schema_array (Gda_Connection* cnc, GDA_Connection_QType t, Gda_Constraint_Element* elems);

Arguments

cnc

Connection object

t

Query type

elems

Constraint values

Description

Retrieves meta data about the data source to which the connection object is connected. The elems is an array of Constraint_Element item. The last item must have it's type element set to GDA_Connection_no_CONSTRAINT If elems is NULL, no constraints are used.

Returns

The recordset which holds the results.