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!) |