gda_command_set_cmd_type

Nombre

gda_command_set_cmd_type -- 

Synopsis

void gda_command_set_cmd_type (Gda_Command* cmd, gulong type);

Arguments

cmd

the #Gda_Command object

type

the type of the command. See the provider specification which command type is understood and the semantics of the different types.

Description

Sets the command which is executed when the gda_command_execute() function is called.