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

These classes implement a native interface alternative to WDBC.

See:
          Description

Class Summary
Db2e  
Db2eBoundBlob  
Db2eBoundDate  
Db2eBoundInt  
Db2eBoundString  
Db2eBoundTime  
Db2eBoundTimestamp  
Db2eColumnInfo  
 

Exception Summary
DB2Exception  
 

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 superwaba/bin/xplat/libraries/XPlatSqlDB2e.pdb and also superwaba/bin/palm/libraries/XPlatSqlDB2e.prc (for PalmOS).