Show TOC

Datatype Mapping: SAP IQLocate this document in the navigation structure

Mapping between Event Stream Processor datatypes and SAP IQ datatypes.

Event Stream Processor Datatype SAP IQ Datatype
integer INT
long BIGINT
float FLOAT
seconddate TIMESTAMP
string VARCHAR
time TIME
money NUMERIC(19,4)
msdate TIMESTAMP
boolean Smallint or BIT (no nulls)
money(s) NUMERIC(19,s)
decimal(p,s) NUMERIC(p,s)
interval BIGINT
bigdatetime TIMESTAMP
binary VARBINARY