Executes a command on the underlying data source.
This function provides the way to send several commands
at once to the data source being accessed by the given
GdaConnection object. The GdaCommand specified can contain
a list of commands in its "text" property (usually a set
of SQL commands separated by ';').
The return value is a GList of GdaDataModel's, which you
are responsible to free when not needed anymore.
Executes a command on the underlying data source. This function provides the way to send several commands at once to the data source being accessed by the given GdaConnection object. The GdaCommand specified can contain a list of commands in its "text" property (usually a set of SQL commands separated by ';'). The return value is a GList of GdaDataModel's, which you are responsible to free when not needed anymore.