Datatype Mapping for the RAP Adapter

Event Stream Processor datatypes map to RAP, ASE, and IQ datatypes.

The RAP adapter does not support the Event Stream Processor binary and boolean datatypes.

ESP Datatype RAP Datatype ASE Datatype IQ Datatype
integer sint32 int int
long sint64 bigint bigint
float decimal(p,s) decimal(p,s) or numeric(p,s) decimal(p,s) or numeric(p,s)
interval sint64 bigint bigint
date datetime datetime timestamp
timestamp datetime datetime timestamp
bigdatetime datetime2 bigdatetime timestamp
money decimal(19,4) numeric(19,4) numeric(19,4)
money(1) decimal(19,1) decimal(19,1) decimal(19,1)
money(2) decimal(19,2) decimal(19,2) decimal(19,2)
money(3) decimal(19,3) decimal(19,3) decimal(19,3)
money(4) decimal(19,4) decimal(19,4) decimal(19,4)
money(5) decimal(19,5) decimal(19,5) decimal(19,5)
money(6) decimal(19,6) decimal(19,6) decimal(19,6)
money(7) decimal(19,7) decimal(19,7) decimal(19,7)
money(8) decimal(19,8) decimal(19,8) decimal(19,8)
money(9) decimal(19,9) decimal(19,9) decimal(19,9)
money(10) decimal(19,10) decimal(19,10) decimal(19,10)
money(11) decimal(19,11) decimal(19,11) decimal(19,11)
money(12) decimal(19,12) decimal(19,12) decimal(19,12)
money(13) decimal(19,13) decimal(19,13) decimal(19,13)
money(14) decimal(19,14) decimal(19,14) decimal(19,14)
money(15) decimal(19,15) decimal(19,15) decimal(19,15)
string string varchar(n) varchar(n)