Column Data Types

All data is stored in tables within the ActiveSpaces data grid. The columns of a table can be defined by using the following data types only:

  • long
  • double
  • string
  • datetime
  • opaque

While using table operations to store data into the data grid, the Row API provides methods to set each of these data types into the columns of a row before sending that row to the data grid.

When using SQL statements, for information on how these data types map to SQL data types, see the section "SQL Data Type Mapping" in TIBCO ActiveSpaces® Enterprise Edition Administration.