Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Datatypes : Enumerated Types : tibas_type

tibas_type
Type
Declaration
typedef enum {
  TIBAS_NULL,
  TIBAS_BOOLEAN ,
  TIBAS_CHAR,
  TIBAS_SHORT,
  TIBAS_INTEGER,
  TIBAS_LONG,
  TIBAS_FLOAT,
  TIBAS_DOUBLE,
  TIBAS_BLOB,
  TIBAS_DATETIME,
  TIBAS_STRING
} tibas_type;
Purpose
This type represents the datatypes used by TIBCO ActiveSpaces functions.
Values
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved