Prior to EAServer 6.0, all EAServer component interfaces were 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.
For information about datatype mapping in EAServer 6.0, see the PowerBuilder components chapter in the CORBA Components Guide on the Sybase Product Manuals Web site.
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 |