gda_command_copy ( GdaCommand* cmd )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_free ( GdaCommand* cmd )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_get_command_type ( GdaCommand* cmd )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_get_options ( GdaCommand* cmd )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_get_text ( GdaCommand* cmd )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_new ( gchar const* text, GdaCommandType type, GdaCommandOptions options )Return value (pointer) has base type '_GdaCommand'.
gda_command_set_command_type ( GdaCommand* cmd, GdaCommandType type )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_set_options ( GdaCommand* cmd, GdaCommandOptions options )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_command_set_text ( GdaCommand* cmd, gchar const* text )1st parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_connection_execute_command ( GdaConnection* cnc, GdaCommand* cmd, GdaParameterList* params, GError** error )2nd parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_connection_execute_non_select_command ( GdaConnection* cnc, GdaCommand* cmd, GdaParameterList* params, GError** error )2nd parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_connection_execute_select_command ( GdaConnection* cnc, GdaCommand* cmd, GdaParameterList* params, GError** error )2nd parameter 'cmd' (pointer) has base type '_GdaCommand'.
gda_server_provider_execute_command ( GdaServerProvider* provider, GdaConnection* cnc, GdaCommand* cmd, GdaParameterList* params )3rd parameter 'cmd' (pointer) has base type '_GdaCommand'.