1.0

Table Of Contents
Syntax
To create a DTD le, use the syntax:
sqlf write-data-dtd-to-file -file=<path>
[-bind-address=<address>]
[-client-bind-address=<address>]
[-client-port=<port>]
[-driver-class=<class name>]
[-extra-conn-props=<properties>]
[-help] [-locators=<adresses>]
[-mcast-address=<address>]
[-mcast-port=<port>]
[-password[=<password>]]
[-url=<url>]
[-user=<username>]
[-verbose=<level>]
This table describes options for the sqlf write-data-dtd-to-file command. Default values are used
if you do not specify an option.
DescriptionOption
The full path of the le in which to write the DTD of the data XML.
This argument is required.
-le
The address to which this peer binds for receiving peer-to-peer
messages. By default sqlf uses the hostname, or localhost if the
hostname points to a local loopback address.
-bind-address
The hostname or IP address on which a SQLFire locator listens for
client connections. The default is "localhost."
-client-bind-address
Use this option with -client-port to attach to a SQLFire
cluster as a thin client and perform the command.
The port on which a SQLFire locator listens for client connections.
The default is 1527.
-client-port
Use this option with -client-bind-address to attach
to a SQLFire cluster as a thin client and perform the command.
The JDBC driver class to use for connecting to a datasource. Use
this option with -url to connect to a JDBC datasource.
-driver-class
A semicolon-separated list of properties to use when connecting to
the datasource.
-extra-conn-props
Display the help message for this sqlf command.
-help, --help
The list of locators as comma-separated host[port] values, used to
discover other members of the distributed system.
-locators
Using -locators creates a peer client member to execute the
sqlf command.
vFabric SQLFire User's Guide374
vFabric SQLFire Reference