attributeGroup jdbc3Attributes
annotation
documentation
The standard JDBC 3 configuration properties

attribute jdbc3Attributes/@dataSourceName
type xs:string
properties
isRef 0
use required
annotation
documentation
Name of a connection the parent task and any children may use. This name would usually be unique.

attribute jdbc3Attributes/@databaseName
type xs:string
properties
isRef 0
use optional
annotation
documentation
The name of a particular database on a server

attribute jdbc3Attributes/@description
type xs:string
properties
isRef 0
use optional
annotation
documentation
A description of this data source and what it will be used for.

attribute jdbc3Attributes/@networkProtocol
type xs:string
properties
isRef 0
use optional
annotation
documentation
Te network protocol used to communicate with the server

attribute jdbc3Attributes/@password
type xs:string
properties
isRef 0
use optional
annotation
documentation
The user's database password

attribute jdbc3Attributes/@portNumber
type xs:string
properties
isRef 0
use optional
annotation
documentation
The port number where a server is listening for requests

attribute jdbc3Attributes/@roleName
type xs:string
properties
isRef 0
use optional
annotation
documentation
Tthe initial SQL role name

attribute jdbc3Attributes/@serverName
type xs:string
properties
isRef 0
use optional
annotation
documentation
The database server name

attribute jdbc3Attributes/@user
type xs:string
properties
isRef 0
use optional
annotation
documentation
The user's account name.