gda_command_set_text

Name

gda_command_set_text -- 

Synopsis

void gda_command_set_text (Gda_Command* cmd, gchar* text);

Arguments

cmd

the #Gda_Command object

text

the command to perform. There are some special texts which are reckognized by the servers. See the server documantation for a list of special commands.

Description

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