Thanks Massimo. My understanding is those functions are for importing a CSV file into the database, or dumping the database into a CSV file.
However I am trying to avoid writing to the database because I want to generate dumps for databases I don't have installed, such as Oracle and MSSQL. Also I just want the SQL commands so it seems inefficient to actually write to the database.

