-
pluginPollPunct
BooleanProperty pluginPollPunct
-
testAll
BooleanProperty testAll
The "aspen.test.all" property controls
whether to run all regression tests, ignoring any other filters.
The default is "false".
-
testScriptsOnly
BooleanProperty testScriptsOnly
The "aspen.test.scripts.only" property controls
whether to run all the unit test or only UnitSql scripts
The default is "false", run all unit tests.
-
testStress
BooleanProperty testStress
The "aspen.test.stress" property controls
whether to run stress tests (while still honoring other filters).
The default is "false".
-
testNoisy
BooleanProperty testNoisy
The "aspen.test.noisy" property controls
whether to run "noisy" tests, where timestamped entries identifying
each test method are written to the trace log before and after each
individual method is executed.
The default is "false".
-
testNoisyStdEcho
BooleanProperty testNoisyStdEcho
The "aspen.test.noisy.stdecho" property controls
whether to echo "noisy" test annotations to stdout and stderr.
Only applies when
AspenProperties.testNoisy
is
true
.
The default is "false".
-
testNoisyTimeout
IntegerProperty testNoisyTimeout
The "aspen.test.noisy.timeout" property controls how many minutes
NoisySuite's watchdog timer waits before deciding the tests have hung.
Set interval to 0 to disable the watchdog timer.
Only applies when
AspenProperties.testNoisy
is
true
.
The default is 30 mins.
-
testNumRows
IntegerProperty testNumRows
The property "aspen.test.numrows" controls some unit tests: it sets the
scale of the test, by setting the number or rows read or written.
-
inToolContext
BooleanProperty inToolContext
The property "aspen.tool" indicates to aspen components that they are
running as part of a tool, not as part of an aspen server. This may
affect their behavior in minor ways: for instance, they may log
differently.
-
catalogDir
StringProperty catalogDir
The "aspen.catalog.directory" property holds the name of the directory
which contains the Aspen repository file.
The repository file is generated by "createCatalog" target of the build.
The default is "catalog".
-
rmpTempDir
StringProperty rmpTempDir
The "aspen.rmp.temp" property holds the name of a
temporary directory for Aspen RMPs. The default is
"catalog/tmp".
-
tempDir
StringProperty tempDir
The "aspen.tmp.dir" property holds the name of the directory
under the server home that contains temporary files.
-
tempTraceDir
StringProperty tempTraceDir
The "aspen.tmp.trace.dir" property holds the name of the directory
under the general temp directory specifically meant to hold slices of
trace logs intended to be shipped across the network.
-
userbinDir
StringProperty userbinDir
The "aspen.userbin.dir" property holds the name of the directory
under the server home that contains user binary files, such as scripts
for post-process cleanup.
-
customPropertiesUrl
StringProperty customPropertiesUrl
The "aspen.custom.properties.url" property holds the URL of a custom
properties file also loaded at boot time.
The default value is "aspen.custom.properties". (We default to a
non-url "plain" filename to allow later platform-based munging into a
properly formed URL.)
-
configUrl
StringProperty configUrl
The "aspen.config.url" property holds the URL of a properties file
loaded at boot time. This file should be modifiable as Aspen nodes
will store their node identifiers here.
The default value is "aspen.config". (We default to a non-url
"plain" filename to allow later platform-based munging into a properly
formed URL.
-
jdbcDrivers
StringProperty jdbcDrivers
The "aspen.test.jdbc.drivers" property holds
a comma-separated list of class names to be used as JDBC drivers.
The default is the following drivers:
- sun.jdbc.odbc.JdbcOdbcDriver
- org.hsqldb.jdbcDriver
- oracle.jdbc.OracleDriver
- com.mysql.jdbc.Driver
- com.microsoft.sqlserver.jdbc.SQLServerDriver
- com.sqlstream.aspen.vjdbc.SqlStreamVJdbcEngineDriver
-
mdrModelExt
StringProperty mdrModelExt
The "aspen.catalog.modelextname" property holds
the model extension name of the Aspen model in the repository.
Currently the value is hardcoded in the build.
Don't modify this property.
The default is "AspenCatalog".
-
mdrPersistenceDir
StringProperty mdrPersistenceDir
The "org.netbeans.mdr.persistence.Dir" property holds
the name of the directory where the Netbeans repository looks for a
repository file.
-
mdrImplementationType
StringProperty mdrImplementationType
The "org.eigenbase.enki.implementationType" property describes the
engine used to hold metadata. Values are 'NETBEANS_MDR' and 'ENKI'.
-
propertiesUrl
StringProperty propertiesUrl
The "aspen.properties.url" property holds the URL of the
properties file loaded at boot time.
The default value is "aspen.properties". (We default to a non-url
"plain" filename to allow later platform-based munging into properly
formed URL.)
-
reposUrl
StringProperty reposUrl
The "aspen.test.repos.url" property holds the URL of the
XML repository file used for testing,
default value "file:demo/repository.xml".
-
scottJdbcUrl
StringProperty scottJdbcUrl
The "aspen.test.scott.jdbc.url" property holds
the URL of the JDBC database which contains the Scott schema (the
old Oracle favorite containing the EMP and DEPT tables),
default "jdbc:hsqldb:/saffron/demo/hsqldb/scott".
-
serverMode
StringProperty serverMode
The "aspen.test.server.jvm" property controls where the aspen server is
executed. "internal" is where the server is run in the same JVM as the
test framework. "external" inidcated that the server should be executed
in a separate private JVM.
default is internal
-
testName
StringProperty testName
The property "aspen.test.Name" is a pattern for
which regression tests to run.
This is a regular expression as defined by
Pattern
.
If this property is specified, only tests whose names match the pattern
in its entirety will be run.
-
catalogFile
StringProperty catalogFile
The "aspen.catalog.file" property holds
the basename of the Aspen repository file.
Default "AspenCatalog"
-
aggregateMaximumDeadBucketRatio
DoubleProperty aggregateMaximumDeadBucketRatio
The property aspen.aggregate.maximumDeadBucketRatio controls
when the streaming aggregate xo will clear its hashmap instead
of marking aggrtegate buckets dead.
-
aggregateUseResultBuffering
BooleanProperty aggregateUseResultBuffering
The property aspen.aggregate.useResultBuffering controls
when when the streaming aggregate xos will buffer their results
so that they can start processing input before downstream xos have
processed it's output.
-
nexusDeadlockDetection
BooleanProperty nexusDeadlockDetection
The property aspen.nexus.deadlockDetection controls
whether runtime diamond detection is performed. Currently used to enable
buffer expansion.
-
nexusMaximumBufferExpansion
IntegerProperty nexusMaximumBufferExpansion
The property aspen.nexus.maximumBufferExpansion controls how many
buffers can be allocated when a nexus has one output in overflow
and one in underflow. Only has effect if aspen.nexus.deadlockDetection
is true
-
useDoubleBuffering
BooleanProperty useDoubleBuffering
The property aspen.aggregate.useResultBuffering controls
whether or not to use double buffering between xo's that
that don't allocate their own buffers. If true, it allows more
parallellism at the expense of some scheduler overhead.
-
maximumStreamSize
LongProperty maximumStreamSize
The long property aspen.ddl.maximumRowSize is the maximum width that
aspen streams can be declared as.
-
sdpHost
StringProperty sdpHost
The property "aspen.sdp.host" sets an optional
hostname (or IP) for SDP.
-
sdpPort
IntegerProperty sdpPort
The property "aspen.sdp.port" sets an optional
port for SDP.
-
tcpListenEnableSSL
BooleanProperty tcpListenEnableSSL
The property "aspen.sdp.tcpListenEnableSSL" optionally enables SSL
-
CApath
StringProperty CApath
With SSL, Certificate verification path, usually /etc/ssl/certs/
-
verify_fail_if_no_peer_cert
BooleanProperty verify_fail_if_no_peer_cert
With SSL, require the client certificate , reject connection if verification fails
-
acceptFPs
StringProperty acceptFPs
With SSL, accept the client certificates with matching fingerprint, reject connection otherwise
Comma separated list of SHA1 fingerprints
-
keyPassword
StringProperty keyPassword
With SSL on, use this password to open up the key file.
It is meant to be passed via jvm arguments, ie. -Daspen.sdp.ssl.keyPassword=myPassword
-
tcpTrustAllSSL
BooleanProperty tcpTrustAllSSL
-
sdpMTU
IntegerProperty sdpMTU
The property "aspen.sdp.mtu" sets maximum transmission unit(MTU)
, in bytes, for frames within SDP.
-
sdpLinkTimeoutMs
IntegerProperty sdpLinkTimeoutMs
The property "aspen.sdp.linkTimeoutMs" sets
Minimum number of milliseconds of idle time on a given Link
before timing out the link on the assumption that the connection is
broken or that the peer has crashed
-
sdpNumberIoThreads
IntegerProperty sdpNumberIoThreads
The property "aspen.sdp.numberIoThreads" sets maximum number of
IO threads used by the SDP network stack
-
sdpNumberProcessingThreads
IntegerProperty sdpNumberProcessingThreads
The property "aspen.sdp.numberProcessingThreads" sets maximum number of
IO threads used by the SDP network stack (only for CPP stack)
-
sdpSocketSendBufferSize
IntegerProperty sdpSocketSendBufferSize
The property "aspen.sdp.socketSendBufferSize" sets maximum number of
bytes in the OSes sending TCP buffer
-
sdpSocketRecvBufferSize
IntegerProperty sdpSocketRecvBufferSize
The property "aspen.sdp.socketSendBufferSize" sets maximum number of
bytes in the OSes receiving TCP buffer
-
sdpTcpConnectFailSleepMsMin
IntegerProperty sdpTcpConnectFailSleepMsMin
The property "aspen.sdp.tcpConnectFailSleepMsMin" sets minimum
amount of time to sleep between connection retrys
-
sdpTcpConnectFailSleepMsMax
IntegerProperty sdpTcpConnectFailSleepMsMax
The property "aspen.sdp.tcpConnectFailSleepMsMax" sets minimum
amount of time to sleep between connection retrys
-
sdpTcpListenFailSleepMs
IntegerProperty sdpTcpListenFailSleepMs
The property "aspen.sdp.tcpListenFailSleepMs" sets minimum
amount of time to sleep between connection retrys
-
onProtocolErrorThrowException
BooleanProperty onProtocolErrorThrowException
The property "aspen.sdp.throwOnProtocolError"
If true and protocol decoding becomes mis-synchronized,
throw an exception. Exists for development & testing;
should be set false in prduction.
-
sdpStreamWindowHighWaterMarkRatio
DoubleProperty sdpStreamWindowHighWaterMarkRatio
The property "aspen.sdp.streamWindowHighWaterMarkRatio"
Defines the ratio of the current window to the maximum window at which
point the window is published.
-
nodeIdentifier
PersistentStringProperty nodeIdentifier
The property "aspen.sdp.node.identifier" allows Aspen nodes to determine
and persist their unique node identifier. Typically retrieved from
AspenProperties.configUrl
and always persisted there.
-
nodeRedundancy
IntegerProperty nodeRedundancy
The property "aspen.node.redundancy" tells Aspen control nodes how
many RMPs must crash before a distributed Aspen loses tuples.
-
failOnTooFewRmps
BooleanProperty failOnTooFewRmps
The property "aspen.node.redundancy.fail" tells Aspen if to fail to
plan queries when there are not enough RMPs to meet redundancy
requirements
-
sdpPunctPingInterval
IntegerProperty sdpPunctPingInterval
The property "aspen.sdp.punctPingInterval" sets the interval in msecs
between "punctuation pings", that is periodic output rowtime bounds
emitted automatically by the XO that implements an INSERT EXPEDITED
statement that has an implicit rowtime. This is a trick to maximize the
liveness of such a stream.
-
sdpSslEnable
BooleanProperty sdpSslEnable
The property "aspen.sdp.tcpListenEnableSSL" Enables SSL/TLSv1.2
encryption on SDP connections
-
sdpCompressionEnable
BooleanProperty sdpCompressionEnable
The property "aspen.sdp.tcpListenEnableCompression" Enables Zlib
compression on SDP connections
-
testingPort
IntegerProperty testingPort
The property "aspen.test.port" sets the base port for network TCP/SDP
tests. The testing code will use either this port, or ports
incrementally higher than this port up to about 16. Only for unit
tests.
-
udpAddress
StringProperty udpAddress
The property "aspen.udp.address" allows nodes to determine which address
they should listen on for UDP connections.
-
udpPort
IntegerProperty udpPort
The property "aspen.udp.port" allows nodes to determine which port they
should listen on for UDP connections.
-
clusterIdentifier
StringProperty clusterIdentifier
The property "aspen.cluster.uuid" is the cluster's unique identifier.
It allows nodes with the same value for this property to authenticate
to the cluster securely. Thus, multiple SQLstream clusters can
exist on the same network.
-
clusterAutojoin
BooleanProperty clusterAutojoin
Determines if RMPs automagically join the cluster upon startup or if
they must be added via DDL after startup. True is the default and
means the RMPs will automagically join the cluster upon startup.
-
sdpBlockSize
IntegerProperty sdpBlockSize
The property "aspen.sdp.blocksize" allows the configuration of the
SDP block size, in bytes.
-
sdpReceiveBlockCount
IntegerProperty sdpReceiveBlockCount
The property "aspen.sdp.rxblockcount" allows the configuration of the
SDP receive block count.
-
devMode
BooleanProperty devMode
The property "aspen.dev.mode" allows the control node to either
behave normally or in development mode. For example in development
mode new RMPs are online by default.
-
udxCheckMonotonicRowtimes
BooleanProperty udxCheckMonotonicRowtimes
The property "aspen.udx.checkMonotonicRowtimes" causes the query planner
to add an EnforceRowtimeRel after each UDX call, in order to check that
the output stream of the UDX has non-decreasing (monotonic) rowtimes.
This property is a temporary kludge to allow disabling this useful check.
As of aspen @6145, EnforceRowtimeRel forces costly data translation from
java to fennel.
-
traceSampleLateRows
BooleanProperty traceSampleLateRows
The property "aspen.trace.sampleLateRows" tells fennel how to report late
input rows. Late input rows are always skipped. When the property is
false, each late row is reported to the trace log and the global error
stream. When the property is true, errors are sampled periodically, with a period of 15 secs.
This means that the first error is reported (to the trace log and the
global error stream). Subsequent errors are counted but not reported,
until the period is over. Then the next error will be reported (along
with a count of errors), and another period of silence starts, etc.
The default is false here, but is set true in aspen/aspen.properties.
-
traceSampleFailedRows
BooleanProperty traceSampleFailedRows
The property "aspen.trace.sampleFailedRows" tells fennel how to report
input rows that cause a Calculator errow. When the property is false,
each such row is reported to the trace log and the global error stream.
When the property is true the errors are sampled periodically, with a period of 15 secs.
The default is false here, but is set true in aspen/aspen.properties.
(See aspen.trace.sampleLateRows for a definition of periodic sampling.)
-
schedParallel
BooleanProperty schedParallel
The property "aspen.sched.parallel" controls which scheduler version to
use. True means use the parallel scheduler, false means
use the old single-thread version.
-
schedNthreads
StringProperty schedNthreads
How many threads dedicated to execution objects. A non-negative integer,
or "auto" (the default), meaning the number of CPU cores. (For the
parallel scheduler only.)
-
schedVerbose
BooleanProperty schedVerbose
When true, the scheduler prints messages to stderr, notably at startup.
-
schedThrottle
DoubleProperty schedThrottle
For the parallel scheduler, an upper limit to the input and output rate
of every ExecStream and hence of every running statement.
Voluntary, for testing throttling.
Units MBytes/sec; 0 means no throttling.
-
schedStatsPeriod
DoubleProperty schedStatsPeriod
The scheduler traces statistics of open stream graphs, with this period in secs.
Zero means don't trace
-
schedStatsSnapshot
BooleanProperty schedStatsSnapshot
Tells the scheduler to call getSnapshot() when tracing statistics
-
schedStatsDiscardAfter
DoubleProperty schedStatsDiscardAfter
Scheduler keeps entries in graph and stream tables for defunct (removed) graphs
for at least this amount of time [secs]. 0 means forever.
-
schedStatsMayCountRows
BooleanProperty schedStatsMayCountRows
Allows the scheduler to count rows in input/output buffers.
When false, scheduler relies on the row counts kept in the
ExecStreamBufAccessors. When true, if the kept counts aren't there, it
will scan the buffers to count. This prop is used only for a test that
verifies that counting does not cost throughput.
-
schedCheckerPeriod
StringProperty schedCheckerPeriod
The scheduler periodically checks for a valid license, and whether to
throttle execution. Period to check.
Format is an int or a double followed by an option units suffix (no space).
Suffixes: s (seconds), m (minutes), h (hours), d (days). No suffix means msecs. 0 means never.
-
schedCheckerSavePeriod
StringProperty schedCheckerSavePeriod
While checking usage, the scheduler keeps a recent history,
and periodically saves it to a file so it can persist past server runs.
Period of saves.
Format is an int or a double followed by an option units suffix (no space).
Suffixes: s (seconds), m (minutes), h (hours), d (days). No suffix means msecs. 0 means never.
-
schedCheckerTimezone
StringProperty schedCheckerTimezone
Timezone used by usage checker. Defines midnight, which divides days,
used for usage stats per day.
-
schedCheckerThrottle
StringProperty schedCheckerThrottle
Target throughput level for throttling, in bytes per day.
Format is an int or a double followed by a scale suffix (no space).
Suffixes are: K (kilo), M (mega), G (giga).
-
schedCheckerThrottleWhen
StringProperty schedCheckerThrottleWhen
Circumstance when throttling is possible: never, always, [when usage is]
unreported.
-
schedCheckerThrottleAfter
StringProperty schedCheckerThrottleAfter
When throttling is enabled, it occurs when daily input has exceeded this level, in bytes.
Format is an int or a double followed by a scale suffix (no space).
Suffixes are: K (kilo), M (mega), G (giga).
-
schedReporterPeriod
StringProperty schedReporterPeriod
The scheduler periodically send usage reports to a web-service.
Period between sends.
Format is an int or a double followed by an option units suffix (no space).
Suffixes: s (seconds), m (minutes), h (hours), d (days). No suffix means msecs. 0 means never.
-
installCompany
StringProperty installCompany
The installer prompts and fills this field.
The compnay name that the user provides
-
installEmail
StringProperty installEmail
The installer prompts and fills field.
The email adress the user has provided
-
installAwsaccount_id
StringProperty installAwsaccount_id
The AWS installer/setup prompts and fills field.
The AWS account id the user has provided
-
schedReporterURL
StringProperty schedReporterURL
The scheduler periodically send usage reports to a web-service.
URL of that service.
-
schedHistory
IntegerProperty schedHistory
For the parallel scheduler only, each task executor remembers this many
recently completed tasks.
-
schedHistoryDetail
IntegerProperty schedHistoryDetail
For the parallel scheduler, level of detail in the task history.
(0 is terse, 1 normal, 2 detailed).
-
schedDebugPrint
StringProperty schedDebugPrint
For the parallel scheduler only, where to print scheduler status on a
debug condition. The scheduler regards some suspicious patterns of
scheduling as possible errors, and treats them as a debug condition. The
signal SIGUSR1 also causes a debug condition.
Print targets are the console (ie stderr) and the server trace log.
Parameter values are: false or none (don't print); true or console (print
to stderr); trace (print to trace log); both (print to both targets).
-
schedDebugDetail
IntegerProperty schedDebugDetail
For the parallel scheduler only, level of detil when printing scheduler
state. (0 terse, 1 normal, 2 shows pending and recently completed tasks).
-
schedDebugBacktrace
IntegerProperty schedDebugBacktrace
Whether to print a backtrace on a debug condition.
The depth of the backtrace, or 0 (default) for no backtrace.
-
schedDebugOnStop
BooleanProperty schedDebugOnStop
Whether to have a debug event when the scheduler is about to stop.
-
schedDebugAsserts
BooleanProperty schedDebugAsserts
Whether to pause on an assert from C code, waiting for gdb to attach.
-
schedDebugBreak
BooleanProperty schedDebugBreak
For the parallel scheduler only, whether to pause on a
debug condition, waiting for gdb to attach.
-
schedTaskTimeout
IntegerProperty schedTaskTimeout
For the parallel scheduler only, initial value of scheduler's
taskTimeout, in msecs. Max time to wait for addGraph, openGraph, or
closeGraph to complete. 0 means wait forever. If task takes longer, it's
a scheduler debug event. Allow 10 sec because openGraph can instantiate a
pump, and closeGraph can wait for EOS to flush all the way downstream.
-
schedValidateGraphs
BooleanProperty schedValidateGraphs
Tells the scheduler to verify the integrity of its stream-graph and stream-node tables
after adding or removing a stream-graph. Only effective in a debug build.
Off by default to save time.
-
schedOverlookPeriod
IntegerProperty schedOverlookPeriod
The parallel scheduler has a periodic task that checks for overlooked
runnable ExecStreams. The period, in msecs. Zero means disabled.
-
schedDiamondDetectionPeriod
IntegerProperty schedDiamondDetectionPeriod
The parallel scheduler has a periodic task that checks for blockages
in stream graph due to diamond patterns. The period, in msec.
Zero means disabled. -1 means don't look for diamond patterns at all
at graph merge and unmerge time.
-
schedLicensePath
StringProperty schedLicensePath
Path used by the server to find license files. Changed only for testing
the license manager. Default path is $ASPEN_HOME directory.
-
schedLicenseUseTrustedStorage
BooleanProperty schedLicenseUseTrustedStorage
Should the server look in local trusted storage for an installed license
file? False means look only in the schedLicensePath;
Ideal default is true, but local trusted storage disabled per dtbug 2768.
-
sched_memoryChecker_memory_type
StringProperty sched_memoryChecker_memory_type
Memory type for the checking, either "ram" or "total" (ie. ram+swap)
-
sched_memoryChecker_memory_shutdownlimitRatio
DoubleProperty sched_memoryChecker_memory_shutdownlimitRatio
Max ratio for determining the
low memory condition.
A ratio of 0.98 means a shutdown will trigger at %98 of memory usage
-
sched_memoryChecker_memory_warninglimitRatio
DoubleProperty sched_memoryChecker_memory_warninglimitRatio
Max ratio for determining the
low memory condition.
A ratio of 0.98 means a shutdown will trigger at %98 of memory usage
-
sched_memoryChecker_shutdown_enabled
BooleanProperty sched_memoryChecker_shutdown_enabled
Enable/disable memory checker
-
sched_memoryChecker_warning_enabled
BooleanProperty sched_memoryChecker_warning_enabled
Enable/disable memory checker
-
schedLicenseCheckPeriod
IntegerProperty schedLicenseCheckPeriod
License recheck period (secs).
Bounded by a value set in the license file itself.
-
schedAddSlowCalcs
BooleanProperty schedAddSlowCalcs
Slow Calcs are a trick for testing the scheduler. They make nearly any
query plan cpu-intensive, by salting it with laborious
SlowCalcExecStreams.
This property enables adding Slow Calcs to all query plans.
-
schedAddSlowCalcsNCalcs
IntegerProperty schedAddSlowCalcsNCalcs
How many Slow Calcs to add after each real Calc
-
schedAddSlowCalcsNPasses
IntegerProperty schedAddSlowCalcsNPasses
How many times each Slow Calc loops over a block of busywork;
0 means no busywork at all.
-
pumpManagerStartPumpsAtBoot
BooleanProperty pumpManagerStartPumpsAtBoot
At s-Server startup, pumpManager starts all enabled pumps in the catalog
Regardless of this propery, Pump Manager will always start error stream
at s-server startup time.
-
blessedSchemaNames
StringProperty blessedSchemaNames
The "aspen.test.schema.names" property specifies a
comma-separated list of case-sensitive schema names
that are "blessed" to be preserved across AspenTestCase
setup and teardown.
-
blessedPluginNames
StringProperty blessedPluginNames
The "aspen.test.plugin.names" property specifies a
comma-separated list of case-sensitive plugin names
that are "blessed" to be preserved across AspenTestCase
setup and teardown.
-
jdbcStressStmtsPerConn
IntegerProperty jdbcStressStmtsPerConn
The "aspen.test.jdbc.stress.stmtsPerConn" property specifies
the maximum number of simultaneously open statements per connection
during JDBC driver stress tests.
-
jdbcStressColsPerQuery
IntegerProperty jdbcStressColsPerQuery
The "aspen.test.jdbc.stress.colsPerQuery" property specifies
the maximum number of columns per query
during JDBC driver stress tests.
-
productName
StringProperty productName
Name of the product as reported by java.sql.DatabaseMetaData.
-
jdbcDriverName
StringProperty jdbcDriverName
Name of JDBC driver as reported by java.sql.DatabaseMetaData.
-
jdbcDriverVersionMajor
IntegerProperty jdbcDriverVersionMajor
Major version of driver as reported by java.sql.DatabaseMetaData.
-
jdbcDriverVersionMinor
IntegerProperty jdbcDriverVersionMinor
Minor version of driver as reported by java.sql.DatabaseMetaData.
-
testReferenceDir
StringProperty testReferenceDir