The documentation says

SCRIPT [SIMPLE] [NODATA] [NOPASSWORDS] [NOSETTINGS] [DROP]
                [BLOCKSIZE blockSizeInt] [TO fileNameString
                [COMPRESSION {DEFLATE|LZF|ZIP|GZIP}]
                [CIPHER cipher PASSWORD string]]
Creates a SQL script with or without the insert statements. The simple
format does not use multi-row insert statements.

However, I tried the simple-parameter and got an exception because the
parameter "simple" is never evaluated in Script.run(...). Or did I
something wrong ? I rather woudl like to get created singel line
commands instead of bulk commands.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to