| Name | Type | Description | Possible Values | Default Value |
| jdbcColumns | String | The columns names to be read, or "*" to read all columns. | Any string. | "*" |
| jdbcDriverClass | String | The jdbc driver class to be used. | Any string. | "sun.jdbc.odbc.JdbcOdbcDriver" |
| jdbcPassword | String | The password associated with the user name. | Any string. | "" |
| jdbcSchema | String | The schema of the table to be read. | Any string. | "" |
| jdbcSelection | String | A string used after the WHERE in a SQL query to select a subset of the records. | Any string. | "" |
| jdbcTable | String | The name of the table to be read. | Any string. | "" |
| jdbcURL | String | The URL of the database to be read. | Any string. | "jdbc:odbc:dsname" |
| jdbcUsername | String | The user name used to access the database. | Any string. | "" |
| missingValueCode | double | A numeric value used to represent missing values in the file to be read. | Any numeric value. | -32768.0 |