Service that make a JDBC driver available for use in the runtime
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-only | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| xa-datasource-class | STRING | false | true | XA datasource class | |
| deployment-name | STRING | false | true | The name of the deployment unit from which the driver was loaded | |
| driver-major-version | INT | false | true | The driver's major version number | |
| jdbc-compliant | BOOLEAN | false | false | Whether or not the driver is JDBC compliant | |
| driver-class-name | STRING | false | false | The fully qualified class name of the java.sql.Driver implementation | |
| driver-module-name | STRING | true | false | The name of the module from which the driver was loaded, if it was loaded from the module path | |
| driver-minor-version | INT | false | true | The driver's minor version number | |
| driver-datasource-class-name | STRING | false | true | The fully qualified class name of the javax.sql.DataSource implementation | |
| driver-name | STRING | true | false | Defines the JDBC driver the datasource should use. It is a symbolic name matching the the name of installed driver. In case the driver is deployed as jar, the name is the name of deployment unit | |
| module-slot | STRING | false | false | The slot of the module from which the driver was loaded, if it was loaded from the module path | |
| driver-xa-datasource-class-name | STRING | false | false | The fully qualified class name of the javax.sql.XADataSource implementation |