TIBCO ComputeDB Data Types


When you are setting up a connection to an external data source, Spotfire needs to map the data types in the data source to data types in Spotfire. See below for a list of the different data type mappings applicable when working with TIBCO ComputeDB.

TIBCO ComputeDB Data type

Spotfire Data Type

TINYINT

Integer

SMALLINT

Integer

INT

Integer

BIGINT

LongInteger

FLOAT

SingleReal

DOUBLE

Real

DECIMAL (precision (p), scale (s))

When p = 0 and s = 0: Currency

When p <= 9 and s = 0: Integer

When p <=18 and s = 0: LongInteger

When p <= 15: Real

Else: Currency

Note: DECIMAL columns from temporary tables/views are always mapped to the Spotfire data type Currency, because their precision (p, s) is unlimited (0, 0).

BOOLEAN

Boolean

STRING

String

CHAR

String

TIMESTAMP

DateTime

See also:

Accessing Data from TIBCO ComputeDB

Supported Functions - TIBCO ComputeDB