Uses of Interface
wt.pds.PDSIfc

Packages that use PDSIfc
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pds.oracle81   
wt.pds.sqlServer   
wt.pom Provides low-level, yet database independent, access to a database. 
wt.queue Overview 
wt.team
 
 

Uses of PDSIfc in wt.pds
 

Classes in wt.pds that implement PDSIfc
 class OraclePds
          This concrete class provides standard SQL database persistent data services for Oracle.
 class SQLDatabasePds
          This abstract class provides standard SQL database persistent data services.
 

Uses of PDSIfc in wt.pds.oracle81
 

Classes in wt.pds.oracle81 that implement PDSIfc
 class OraclePds81
          This concrete class provides standard SQL database persistent data services for Oracle 8.1.
 

Uses of PDSIfc in wt.pds.sqlServer
 

Classes in wt.pds.sqlServer that implement PDSIfc
 class SQLServerPds
          This class implements Persistence Data Services for SQLServer.
 

Uses of PDSIfc in wt.pom
 

Fields in wt.pom declared as PDSIfc
private  PDSIfc WTConnection.pds
           
private  PDSIfc SnapshotInsertProcess.pds
           
 

Methods in wt.pom that return PDSIfc
 PDSIfc WTConnection.getPds()
           
protected static PDSIfc PersistentObjectManager.getPds(Class aClass)
           
 PDSIfc DataServicesRegistry.getPdsFor(String aDatastoreName)
          Answer a PersistentDataService instance for a datastore

Supported API: false
 

Constructors in wt.pom with parameters of type PDSIfc
WTConnection(PDSIfc pds)
           
SnapshotInsertProcess(PagingSession a_pagingSession, Vector a_Vector, int a_index, PDSIfc a_pds)
          

Supported API: false
 

Uses of PDSIfc in wt.queue
 

Fields in wt.queue declared as PDSIfc
private static PDSIfc QueueEntryMigrator.pds
           
private static PDSIfc QueueEntryMigrator.pds
           
 

Uses of PDSIfc in wt.team
 

Fields in wt.team declared as PDSIfc
private static PDSIfc MigrateProjectToTeamObject.pds
           
private static PDSIfc MigrateProjectToTeamObject.pds
           
 

Methods in wt.team with parameters of type PDSIfc
protected  void MigrateProjectToTeamObject.setPds(PDSIfc a_pds)
           
protected  void MigrateProjectToTeamObject.setPds(PDSIfc a_pds)