complexType connectionType
diagram ScriptRunner_p7.png
properties
mixed false
children properties xi:include
annotation
documentation
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.

attribute connectionType/@dataSourceType
type DbmsType
properties
isRef 0
use optional
facets
enumeration ORACLE
enumeration POSTGRES
annotation
documentation
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.