Connection.executeSingleCommand

Executes a single command on the given connection. This function lets you retrieve a simple data model from the underlying difference, instead of having to retrieve a list of them, as is the case with gda_connection_execute_command.

class Connection
executeSingleCommand

Parameters

cmd Command

a GdaCommand.

params ParameterList

parameter list.

Return Value

Type: DataModel

a GdaDataModel containing the data returned by the data source, or NULL on error.

Meta