SAP Sybase IQ
| Parameter/Switch | Description |
|---|---|
| Username | Username for SAP Sybase IQ instance |
| Password | Password for Username |
| Connection Pool | (defaults to 30) |
| Isolation Level | Performance versus Integrity balance (see Note below) |
| Connection String | String describing how to connect with an SAP Sybase IQ instance jdbc:sybase:Tds:<HOST>:<PORT>/<DATABASE_NAME> |
| Connection Properties | Additional required connection properties |
Note
Choices are:
- Read Committed (high performance and good data consistency)
- Read Uncommitted (highest performance and least data consistency)