Description

JDBC Data source configuration.

Usages

Configuration options

KeyKindTypeDescription
auto-commitVALUEBooleanSet the default auto-commit behavior of create connections
catalogVALUEStringSet the default catalog name to be set on connections
propertiesMAPStringAdd properties (name/value pair) that will be used to configure the DataSource/Driver
read-onlyVALUEBooleanWhether the connection should be read only
schemaVALUEStringSet the default schema name to be set on connections
transaction-isolationVALUEi.h.d.s.d.TransactionIsolationSet the default transaction isolation level

See the manifest for all available types.