Click or drag to resize

columnDataType Enumeration

The different data column types.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.2
Syntax
JavaScript
spotfire.webPlayer.columnDataType = function();
spotfire.webPlayer.columnDataType.createEnum('spotfire.webPlayer.columnDataType', false);
Members
  Member nameValueDescription
UNDEFINED0Unknown data type.
string1The column is of string type.
INTEGER2The column is of integer type.
REAL3The column is of real/float type.
DATE4The column is of date type.
DATE_TIME5The column is of date and time type.
TIME6The column is of time type.
CURRENCY7The column is of currency type.
BINARY8The column is of binary type.
BOOLEAN9The column is of boolean type.
LONG_INTEGER10The column is of long integer type.
TIME_SPAN11The column is of time span type.
SINGLE_REAL12The column is of single real type.
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also