General connection properties, with attributes for the standard JDBC3 connections. If a setter cannot be found by reflection, an error will be reported and processing will stop.
attribute connectionType/@dataSourceClass
type
xs:string
properties
isRef
0
use
required
annotation
documentation
Class implementing javax.sql.ConnectionPoolDataSource or, in the worst case, simply javax.sql.DataSource.
If provided, sets the DBMS type definitively for this connection.
Otherwise, the DBMS type is guessed form the dataSource class name or the Connection class name.