The Query
object represents a structured definition of a query. The QueryManager
property of the Query
object identifies the QueryManager
object that provides database services for the query.
The following list identifies the main classes for the Query
object:
oracle.dss.dataSource.common.Query
-- An abstract class that implements the DataSource
interface.
oracle.dss.dataSource.client.QueryClient
-- Extends the Query
class and implements the DataSource
interface from the client perspective.
oracle.dss.dataSource.QueryServer
-- Extends the Query
class and implements the DataSource
interface from the server perspective.