| Name | Type | Description | Default Value | Required |
|---|---|---|---|---|
| Pooling Profile | Pooling Profile | Provides a way to configure database connection pooling | ||
| Column Types | Array of Column Type | Specifies non-standard column types | ||
| Transaction Isolation | Enumeration, one of: |
The transaction isolation level to set on the driver when connecting the database | NOT_CONFIGURED |
|
| Use XA Transactions | Boolean | Indicates whether or not the created datasource must support XA transactions | false |
|
| URL | String | JDBC URL to use to connect to the database | x | |
| User | String | Database username | ||
| Password | String | Database password | ||
| Reconnection | Reconnection | When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn't pass after exhausting the associated reconnection strategy. |