# IbmWorkloadSchedulerApi.DBConnection

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user** | **String** | The user that order the operation | 
**password** | **String** | The password that order the operation | 
**dbtype** | **String** | The type of the DB | 
**dbname** | **String** | The name of the DB | 
**hostname** | **String** | The host name of the DB | 
**port** | **Integer** | The port to connect on | 
**jdbcjarpath** | **String** | The path to the JDBC driver | 
**jdbcdriver** | **String** | The name of the JDBC driver class. Required if type is equal to Custom Step | [optional] 
**jdbcconnectionstring** | **String** | The string that is used to connect to the database, containing database URL, username and password. Required if type is equal to Custom Step | [optional] 


