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

When using table operations to store data into the data grid, the Row API provides methods for setting 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 the TIBCO ActiveSpaces Administration guide.

Related tasks