Connection.executeCommand

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.

class Connection
executeCommand

Parameters

cmd Command

a GdaCommand.

params ParameterList

parameter list.

Return Value

Type: ListG

a list of GdaDataModel's, as returned by the underlying provider.

Meta