Uses of Class
wt.pds.PDSEncoder

Packages that use PDSEncoder
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pom Provides low-level, yet database independent, access to a database. 
 

Uses of PDSEncoder in wt.pds
 

Fields in wt.pds declared as PDSEncoder
private  PDSEncoder PersistenceCloner.encoder
           
 

Uses of PDSEncoder in wt.pom
 

Fields in wt.pom declared as PDSEncoder
private  PDSEncoder WTConnection.encoder
           
 

Methods in wt.pom that return PDSEncoder
 PDSEncoder WTConnection.getEncoder()
           
 

Methods in wt.pom with parameters of type PDSEncoder
 void WTConnection.freeEncoder(PDSEncoder a_encoder)