Attributes |
Name | Required | Request-time | Type | Description |
var | false | false | java.lang.String | Name of the exported scoped variable for the data source specified. Type can be String or DataSource. |
scope | false | false | java.lang.String | If var is specified, scope of the exported variable. Otherwise, scope of the data source configuration variable. |
dataSource | false | true | java.lang.String | Data source. If specified as a string, it can either be a relative path to a JNDI resource, or a JDBC parameters string as defined in Section 10.1.1. |
driver | false | true | java.lang.String | JDBC parameter: driver class name. |
url | false | true | java.lang.String | JDBC parameter: URL associated with the database. |
user | false | true | java.lang.String | JDBC parameter: database user on whose behalf the connection to the database is being made. |
password | false | true | java.lang.String | JDBC parameter: user password |