1.0

Table Of Contents
[-to-database-type=<type>]
[-url=<url>]
[-user=<username>]
[-verbose=<level>]
[-xml-schema-files=<path,path,...>]
This table describes options for the sqlf write-schema-to-sql command. Default values are used if you do not
specify an option.
DescriptionOption
The full path of the le in which to store the SQL commands. 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
A string pattern that determines the database catalogs that sqlf writes.
sqlf does not use a default catalog pattern.
-catalog-pattern
To use a catalog pattern, specify a string value that describes the
catalogs that you want to write. Use the "%" character to match any
substring of 0 or more characters. Use the "_" character to match any
individual character.
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.
Species the type of database to which you are connecting. Use this
option if sqlf cannot determine the type of database from the JDBC
-database-type
driver and JDBC connection URL. Valid values are: axion,
cloudscape, db2, derby, rebird, hsqldb, interbase, maxdb, mckoi,
mssql, mysql, mysql5, oracle, oracle9, oracle10, postgresql, sapdb,
sqlre, and sybase.
Species whether to use delimited (quoted) identiers for table
names, column names, and so forth. Most databases convert
-delimited-identiers
undelimited identiers to uppercase letters and ignore any case that
you specify in the SQL command.
You can set this option to "true" for platforms that support delimited
identiers. However, keep in mind that when you use delimited
identiers, you must always enclose identiers in double quotes, and
you must specify the correct case for the identier in all subsequent
SQL commands.
By default, sqlf sets this option to "false."
389
sqlf Launcher Commands