Uses of Class
wt.pds.AbstractStructStatementParameter

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

Uses of AbstractStructStatementParameter in wt.pds
 

Methods in wt.pds with parameters of type AbstractStructStatementParameter
protected  boolean AbstractStructStatementParameter.readVersion(AbstractStructStatementParameter thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of AbstractStructStatementParameter in wt.pds.oracle81
 

Subclasses of AbstractStructStatementParameter in wt.pds.oracle81
 class StructStatementParameter
          This class is used to pass an structure of values to a Statement as a parameter.
 

Uses of AbstractStructStatementParameter in wt.pds.sqlServer
 

Subclasses of AbstractStructStatementParameter in wt.pds.sqlServer
 class SQLServerStructStatementParameter
          This class implements a struct type for passing parameters to statements.