Menu

#2 dbCreate="update" resets db

open
Tests (2)
7
2010-12-06
2010-12-06
No

We just need following during SchemaExport:

// We just want to create a ddl.sql file to setup the SchemaImporter
// for dynamically added dataSources
boolean stdout = false
boolean exportToDatabase = false
boolean justDrop = false
boolean justCreate = true
schemaExport.execute(stdout, exportToDatabase, justDrop, justCreate)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.