1.1

Table Of Contents
This command connects to a SQLFire network server running on localhost:1527, and writes the database schema
to a le named db-schema.xml:
sqlf write-schema-to-xml -file=db-schema.xml
This command connects to a SQLFire network server running on myserver:1234, and writes the database schema
to a le named db-schema.xml:
sqlf write-schema-to-xml -file=db-schema.xml -client-bind-address=myserver
-client-port=1234
This command connects as a peer client to a SQLFire system running on multicast port 1234, and writes the
database schema to a le named db-schema.xml:
sqlf write-schema-to-xml -file=db-schema.xml -mcast-port=1234
-extra-conn-props=host-data=false
This command uses MySQL Connector/J to connect to a MySQL server running on the "myserver" host, and
writes the test database schema to a le name db-schema.xml:
sqlf write-schema-to-xml -file=db-schema.xml
-url=jdbc:mysql://myserver/test -driver-class=com.mysql.jdbc.Driver
421
sqlf Launcher Commands