Uses of Class
wt.pds.SQLDatabasePds

Packages that use SQLDatabasePds
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pds.oracle81   
wt.pds.sqlServer   
 

Uses of SQLDatabasePds in wt.pds
 

Subclasses of SQLDatabasePds in wt.pds
 class OraclePds
          This concrete class provides standard SQL database persistent data services for Oracle.
 

Fields in wt.pds declared as SQLDatabasePds
private  SQLDatabasePds AttributeMapInfo.pds
           
 

Methods in wt.pds that return SQLDatabasePds
 SQLDatabasePds AttributeMapInfo.getPds()
          Gets the value of the attribute: pds.
 

Methods in wt.pds with parameters of type SQLDatabasePds
 void AttributeMapInfo.setPds(SQLDatabasePds a_Pds)
          Sets the value of the attribute: pds.
 

Uses of SQLDatabasePds in wt.pds.oracle81
 

Subclasses of SQLDatabasePds in wt.pds.oracle81
 class OraclePds81
          This concrete class provides standard SQL database persistent data services for Oracle 8.1.
 

Uses of SQLDatabasePds in wt.pds.sqlServer
 

Subclasses of SQLDatabasePds in wt.pds.sqlServer
 class SQLServerPds
          This class implements Persistence Data Services for SQLServer.