1.1.1

Table Of Contents
DescriptionOption
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."
The JDBC driver class to use for connecting to a datasource. Use
this option with -url to connect to a JDBC datasource.
-driver-class
Include this option to dump all DDL as SQL statements, including
all of the SQLFire-specic extensions such as persistence clauses.
-dump-from-db
This option is provided only for SQLFire databases as a way to
perform a full schema backup.
Note: This option does not back up system procedure
executions, such as those procedures that are used for
creating users and so forth. This option does not dump JAR
les that were installed to SQLFire.
Species a regular expression to use for excluding tables when
reading the database. Tables that match the pattern are not included
-exclude-table-lter
in the output le. For case-insensitive matching
(-delimited-identifiers option is false), specify
uppercase table names in the pattern.
Species the name of one or more tables to exclude when reading
the database.
-exclude-tables
vFabric SQLFire User's Guide426
vFabric SQLFire Reference