Uses of Class
wt.fc.ObjectTable

Packages that use ObjectTable
com.ptc.core.query.server.impl   
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
 

Uses of ObjectTable in com.ptc.core.query.server.impl
 

Methods in com.ptc.core.query.server.impl with parameters of type ObjectTable
 int AbstractItemBuilder.createPersistentRetrieve(ResultSet a_resultSet, ObjectTable a_objectTable, int a_resultOffset, AttributeMapInfo a_attributeMapInfo)
          Creates the persistent retrieve object for this item.
 

Uses of ObjectTable in wt.pds
 

Fields in wt.pds declared as ObjectTable
(package private)  ObjectTable WTResultSet.objectTable
           
private  ObjectTable SequentialResultBuilder.objectTable
           
protected  ObjectTable AttributeItemBuilder.objectTable
           
private  ObjectTable AbstractCompoundResultBuilder.objectTable
           
 

Methods in wt.pds that return ObjectTable
 ObjectTable SequentialResultBuilder.getObjectTable()
          Gets the value of the attribute: objectTable; Cache of objects valid for the lifetime of a retrieve.
 ObjectTable ResultBuilder.getObjectTable()
          Gets the value of the attribute: OBJECT_TABLE.
 ObjectTable ObjectReferenceResultBuilder.getObjectTable()
          Gets the value of the attribute: objectTable; Cache of objects valid for the lifetime of a retrieve.
 ObjectTable AbstractCompoundResultBuilder.getObjectTable()
          Gets the value of the attribute: objectTable; Cache of objects valid for the lifetime of a retrieve.
 

Methods in wt.pds with parameters of type ObjectTable
 void SequentialResultBuilder.setObjectTable(ObjectTable a_ObjectTable)
          Sets the value of the attribute: objectTable; Cache of objects valid for the lifetime of a retrieve.
 void ResultBuilder.setObjectTable(ObjectTable a_ObjectTable)
          Sets the value of the attribute: OBJECT_TABLE.
 int PersistableItemBuilder.createPersistentRetrieve(ResultSet a_resultSet, ObjectTable a_objectTable, int a_resultOffset, AttributeMapInfo a_attributeMapInfo)
          Creates the persistent retrieve object for this item.
 void ObjectReferenceResultBuilder.setObjectTable(ObjectTable a_ObjectTable)
          Sets the value of the attribute: objectTable; Cache of objects valid for the lifetime of a retrieve.
 int ItemBuilder.createPersistentRetrieve(ResultSet a_resultSet, ObjectTable a_objectTable, int a_resultOffset, AttributeMapInfo a_attributeMapInfo)
          Creates the persistent retrieve object for this item.
 int ClassNameItemBuilder.createPersistentRetrieve(ResultSet a_resultSet, ObjectTable a_objectTable, int a_resultOffset, AttributeMapInfo a_attributeMapInfo)
          Creates the persistent retrieve object for this item.
 int AttributeItemBuilder.createPersistentRetrieve(ResultSet a_resultSet, ObjectTable a_objectTable, int a_resultOffset, AttributeMapInfo a_attributeMapInfo)
          Creates the persistent retrieve object for this item.
 void AbstractCompoundResultBuilder.setObjectTable(ObjectTable a_ObjectTable)
          Sets the value of the attribute: objectTable; Cache of objects valid for the lifetime of a retrieve.
 int AbstractColumnAccessControlItemBuilder.createPersistentRetrieve(ResultSet a_resultSet, ObjectTable a_objectTable, int a_resultOffset, AttributeMapInfo a_attributeMapInfo)
          Creates the persistent retrieve object for this item.
 

Constructors in wt.pds with parameters of type ObjectTable
WTResultSet(ResultSet aRS, Map aMap, ObjectTable aObjectTable, int base)