1.1

Table Of Contents
Syntax
sqlf version
Example
sqlf version
SQLFire product directory: C:\vFabric_SQLFire_11_b40332
Java version: 1.1 build 40332 03/10/2013 11:02:14 PDT javac
1.6.0_26
Native version: native code unavailable
Running on: dyozie-e4310/10.16.17.11, 4 cpu(s), amd64 Windows
7 6.1
sqlf write-data-dtd-to-file
Creates a Document Type Denition (DTD) le that species the layout of an XML data le created using
sqlf write-data-to-xml.
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
399
sqlf Launcher Commands