1.0

Table Of Contents
DescriptionOption
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
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
Species a regular expression to use for including tables when reading
the database. Tables that match the pattern are included in the output
-include-table-lter
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 include when reading
the database.
-include-tables
Sets the ANSI standard transaction isolation level for database
operations. Valid values are READ_UNCOMMITTED,
-isolation-level
READ_COMMITTED, REPEATABLE_READ, and
SERIALIZABLE (case insensitive).
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.
The multicast address used to discover other members of the
distributed system. This value is used only when the -locators
option is not specied. The default multicast address is 239.192.81.1.
-mcast-address
Use this option with -mcast-port to attach to a SQLFire
cluster as a peer client and perform the command.
vFabric SQLFire User's Guide390
vFabric SQLFire Reference