Package org.clazzes.jdbc2xml.tools

Class Summary
Commands Toplevel commands for importing/exporting a database.
DBDataExtractor  
Main Usage example jdbc2xml mysql: java -cp target/classes:/usr/share/java/mysql.jar org.clazzes.jdbc2xml.tools.ConnectionMain --jdbc2xml \ --url jdbc:mysql://localhost:3306/foodb --user root --password secret --to-file foodb.xml Usage example jdbcping mysql: java -cp target/classes:/usr/share/java/mysql.jar org.clazzes.jdbc2xml.tools.ConnectionMain --jdbcping \ --url jdbc:mysql://localhost:3306/foodb --user root --password secret Usage example jdbcping ms sql server (note the " to protect the ; in the URL!)
ProcessRestrictionFilter This class holds all properties to customize dumping and restoring database to/from XML files.
 



Copyright © 2010. All Rights Reserved.