Package superwaba.ext.xplat.sql.db2e.db2ex

These classes implement a native interface alternative to WDBC.

See:
          Description

Class Summary
Db2e Main class that interfaces with the native methods
Db2eBoundBlob Represents a blob
Db2eBoundDate Represents a date with year, month and day.
Db2eBoundInt Represents a integer
Db2eBoundString Represents a String
Db2eBoundTime Represents a timestamp with hour, minute and seconds.
Db2eBoundTimestamp Represents a full timestamp (date + time).
Db2eColumnInfo A DB2e column information
 

Exception Summary
DB2Exception Represents the most general exception thrown by the DB2e classes.
 

Package superwaba.ext.xplat.sql.db2e.db2ex Description

These classes implement a native interface alternative to WDBC. By using these classes, you trade database portability (the WDBC interface found in superwaba.ext.xplat.sql.*) for speed. Using the classes in this package directly may provide a slight performance boost over the WDBC interface, though the performance gain is dependent on the type of DB access you will be performing. Also, because these classes are specific to DB2e, your code will no longer be portable to other database platforms.

The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in SuperWabaSDK/lib/xplat/XPlatSqlDB2e.pdb and also SuperWabaSDK/lib/palmXPlatSqlDB2e.prc (for PalmOS).