All EAServer component interfaces are defined in standard CORBA IDL. The following table lists the predefined datatypes used in EAServer Manager, the equivalent CORBA IDL types, and the PowerBuilder datatypes that they map to.
EAServer Manager |
CORBA IDL |
PowerBuilder |
---|---|---|
Integer (16-bit) |
Short |
Integer |
Integer (32-bit) |
Long |
Long |
Integer (64-bit) |
Long long |
LongLong |
Boolean |
Boolean |
Boolean |
Float |
Float |
Real |
Double |
Double |
Double |
String |
String |
String |
Binary |
BCD::Binary |
Blob |
Decimal |
BCD::Decimal |
Decimal |
Money |
BCD::Money |
Decimal |
Date |
MJD::Date |
Date |
Time |
MJD::Time |
Time |
Timestamp |
MJD::Timestamp |
DateTime |
ResultSet |
TabularResults::ResultSet |
ResultSet |
ResultSets |
TabularResults::ResultSets |
ResultSets |
Void |
Void |
None |