1.1

Table Of Contents
sqlfire.stream.error.logSeverityLevel
Logging for messages of different severity levels. Possible values for this property are:Description
0NO_APPLICABLE_SEVERITY occurs only when the system was unable to determine the severity.
10000WARNING_SEVERITY includes SQLWarnings.
20000STATEMENT_SEVERITY includes errors that cause only the current statement to be aborted.
30000TRANSACTION_SEVERITY includes errors that cause the current transaction to be aborted.
40000SESSION_SEVERITY includes errors that cause the current connection to be closed.
45000DATABASE_SEVERITY includes errors that cause the current database to be closed.
50000SYSTEM_SEVERITY includes internal errors that cause the system to shut down.
0Default Value
connection (boot)Property Type
n/aPrex
sqlfire.storage.tempDirectory
The temporary directory for overowing intermediate data. For example, this directory is used
during join processing to temporarily store sorted data in multiple les.
Description
not setDefault Value
connection (boot)Property Type
n/aPrex
sqlfire.system.home
Species the SQLFire home directory. Any relative paths in the system are accessed using
this property value.
Description
not setDefault Value
connection (boot)Property Type
n/aPrex
ssl
Boolean indicating whether to use SSL for this connection.Description
falseDefault Value
connectionProperty Type
n/aPrex
ssl-ciphers
Used for SSL security. A space-separated list of the valid SSL ciphers for this connection. A setting
of 'any' uses any ciphers that are enabled by default in the congured JSSE provider.
Description
vFabric SQLFire User's Guide346
vFabric SQLFire Reference