gda_batch_load_file

Nombre

gda_batch_load_file -- 

Synopsis

gboolean gda_batch_load_file (Gda_Batch * job, const gchar * filename, gboolean clean);

Arguments

job

a #Gda_Batch object

filename

file name

clean

clean up

Description

Load the given file as a set of commands into the given job object. The clean parameter specifies whether to clean up the list of commands before loading the given file or not.

Returns

TRUE if successful, or FALSE on error