1.1.1

Table Of Contents
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>
[-auth-provider=<name>]
[-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
Sets the authentication provider to use for peer-to-peer connections
as well as client-server connections. Valid values are BUILTIN and
-auth-provider
LDAP. All other members of the SQLFire distributed system must
use the same authentication provider and user denitions. If you omit
this option, the connection uses no authentication mechanism. See
Conguring Authentication and Authorization on page 241.
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
vFabric SQLFire User's Guide410
vFabric SQLFire Reference