Good afternoon, I'm using the latest version of h2 1.4.199 and would like to 
know if the command:

PreparedStatement statement = conn.prepareStatement
("SCRIPT COLUMNS TO?"); It works?

I only need a script with all my database inserts.

I tried passing the names of the tables I try to export unsuccessfully.


I was able to run the following commands already:

 PreparedStatement statement = conn.prepareStatement
("SCRIPT SIMPLE TO?");

PreparedStatement statement = conn.prepareStatement
("SCRIPT DROP TO?");

PreparedStatement preparedStatement = conn.prepareStatement
("DROP ALL OBJECTS;");

PreparedStatement statement = conn.prepareStatement
("RUNSCRIPT FROM?")

PreparedStatement statement = conn.prepareStatement
("SCRIPT NODATA?")

If you know more can you send me?

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/d9c5425c-f0ad-49cb-83f9-ac237c22ee58%40googlegroups.com.

Reply via email to