Package wt.dataservice

Provides a Datastore interface to an arbitrary database with a specific realization returned by the DataServiceFactory; this could allow for future support of other, non-Oracle databases in Windchill.

See:
          Description

Interface Summary
Datastore  
 

Class Summary
AbstractDatastore  
DataServiceFactory  
DatastoreAssociationUtilities Utility methods for processing associations at based on introspection, datastore, and configuration information.
DatastoreUtilities Utility methods needed for both runtime and generation.
DSProperties DataServices properties.
Oracle  
OracleEnterprise  
OracleStandard  
ReservedWords  
SQLScriptExecutor Used to execute general SQL strings or to SQL Script files, but the result is a long string equal to "as seen on a console".
SQLServer  
 

Exception Summary
SQLScriptExecutor.ExecutionException  
 

Package wt.dataservice Description

Provides a Datastore interface to an arbitrary database with a specific realization returned by the DataServiceFactory; this could allow for future support of other, non-Oracle databases in Windchill.