User Guide

Table Of Contents
966 Chapter 38: Integrating COM and CORBA Objects in CFML Applications
Boolean data considerations
ColdFusion treats any of the following as Boolean values:
octet One-character string
short Integer
long Integer
float Real number
double Real number
unsigned short Integer
unsigned long Integer
void Not applicable (returned as an empty string)
struct Structure
enum Integer, where 0 corresponds to the first enumerator in the enum type
array Array (must match the array size specified in the IDL)
sequence Array
interface An object reference
module Not supported (cannot dereference by module name)
exception ColdFusion throws an exception of type
coldfusion.runtime.corba.CorbaUserException
attribute Object reference using dot notation
True "yes", "true", or 1
False "no", "false", or 0
IDL type ColdFusion type