Service that make a JDBC driver available for use in the runtime
Attribute | Value |
---|---|
Type | LIST |
Nillable | true |
Expressions Allowed | false |
Storage | runtime |
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 | 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 | 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 | true |
Expressions Allowed | true |
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 | true |
Storage | configuration |
Access Type | read-only |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | true |
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 |
---|---|---|---|---|---|
deployment-name | STRING | false | false | The name of the deployment unit from which the driver was loaded | |
driver-class-name | STRING | false | true | The fully qualified class name of the java.sql.Driver implementation | |
driver-datasource-class-name | STRING | false | true | The fully qualified class name of the javax.sql.DataSource implementation | |
driver-major-version | INT | false | true | The driver's major version number | |
driver-minor-version | INT | false | true | The driver's minor version number | |
driver-module-name | STRING | true | true | The name of the module from which the driver was loaded, if it was loaded from the module path | |
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 | |
driver-xa-datasource-class-name | STRING | false | true | The fully qualified class name of the javax.sql.XADataSource implementation | |
jdbc-compliant | BOOLEAN | false | false | Whether or not the driver is JDBC compliant | |
module-slot | STRING | false | true | The slot of the module from which the driver was loaded, if it was loaded from the module path | |
profile | STRING | false | true | Domain Profile in which driver is defined. Null in case of standalone server | |
xa-datasource-class | STRING | false | true | XA datasource class |