Expresso 5-6

Uses of Interface
com.jcorporate.expresso.core.dataobjects.DataQueryInterface

Packages that use DataQueryInterface
com.jcorporate.expresso.core.dataobjects The DataObjects package contains a set of interfaces and base classes that give the ability to provide a unified object approach to various data sources.  
com.jcorporate.expresso.core.dataobjects.jdbc This package contains implementations and helper classes of DataObjects that pertain to JDBC data sources only.  
 

Uses of DataQueryInterface in com.jcorporate.expresso.core.dataobjects
 

Methods in com.jcorporate.expresso.core.dataobjects that return DataQueryInterface
 DataQueryInterface SynchronizedDataObject.getQueryInterface()
          Use this function to acquire the DataQueryInterface that is associated with this data object
 DataQueryInterface DataObject.getQueryInterface()
          Use this function to acquire the DataQueryInterface that is associated with this data object [Currently unsupported]
 

Uses of DataQueryInterface in com.jcorporate.expresso.core.dataobjects.jdbc
 

Classes in com.jcorporate.expresso.core.dataobjects.jdbc that implement DataQueryInterface
 class JDBCQuery
           
 

Methods in com.jcorporate.expresso.core.dataobjects.jdbc that return DataQueryInterface
 DataQueryInterface JDBCDataObject.getQueryInterface()
          Use this function to acquire the DataQueryInterface that is associated with this data object
 DataQueryInterface JoinedDataObject.getQueryInterface()
          Retrieve the QueryInterface... currently not supported
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.