# IbmWorkloadSchedulerApi.DBCommand

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The command&#39;s type. Allowed values - StoredProcedures, SQLCommand | 
**sqlCommand** | **String** | Use this section to type an SQL statement. Database-specific commands, such as db2 describe table, are not supported. To separate instructions, use an empty line. Required if type is equal to SQLCommand | [optional] 
**procedureName** | **String** | The name of the StoredProcedure. Required if the type is equal to StoredProcedure | [optional] 
**procedureParams** | **{String: String}** | The name of the StoredProcedure. Required if the type is equal to StoredProcedure | [optional] 


