Event Stream Processor datatypes map to Sybase IQ datatypes.
If required, you can create a table in Sybase IQ to map Event Stream Processor datatypes to other compatible Sybase IQ datatypes. The datatype mapping below is default mapping.
| Event Stream Processor Datatypes | Sybase IQ Datatypes |
|---|---|
| bigdatetime | timestamp |
| binary | binary |
| boolean | varchar(5) |
| date | datetime |
| float | float |
| integer | integer |
| interval | bigint |
| long | bigint |
| money | decimal(38,4) |
| money(n) | decimal(38,n) |
| string | varchar(n) |
| timestamp | datetime |