Uses of Interface
com.ontotext.ordi.Connection

Packages that use Connection
com.ontotext.ordi   
com.ontotext.ordi.rdbms   
com.ontotext.ordi.tripleset   
com.ontotext.ordi.tripleset.impl   
com.ontotext.ordi.trree   
com.ontotext.ordi.wsmo4rdf   
com.ontotext.ordi.wsmo4rdf.impl   
com.ontotext.ordi.wsmo4rdf.remote.client   
 

Uses of Connection in com.ontotext.ordi
 

Methods in com.ontotext.ordi that return Connection
 Connection DataSource.getConnection()
          Creates new connection with default values.
 Connection DataSource.getConnection(String user, String pass)
          Creates a new connection with specified user name and password.
 

Uses of Connection in com.ontotext.ordi.rdbms
 

Classes in com.ontotext.ordi.rdbms that implement Connection
 class RDBMSConnection
           
 

Uses of Connection in com.ontotext.ordi.tripleset
 

Subinterfaces of Connection in com.ontotext.ordi.tripleset
 interface TConnection
          Connection to data source to support tripleset data model.
 

Classes in com.ontotext.ordi.tripleset that implement Connection
 class ConnectionImpl
           
 

Uses of Connection in com.ontotext.ordi.tripleset.impl
 

Classes in com.ontotext.ordi.tripleset.impl that implement Connection
 class TConnectionImpl
           
 class TQueryConnectionImpl
          This class implements the evaluation of TupleExpr against the TConnection's search method.
 

Uses of Connection in com.ontotext.ordi.trree
 

Classes in com.ontotext.ordi.trree that implement Connection
 class TRREEConnection
           
 

Uses of Connection in com.ontotext.ordi.wsmo4rdf
 

Subinterfaces of Connection in com.ontotext.ordi.wsmo4rdf
 interface WsmoConnection
          WSMO repository with query evaluation support.
 

Uses of Connection in com.ontotext.ordi.wsmo4rdf.impl
 

Classes in com.ontotext.ordi.wsmo4rdf.impl that implement Connection
 class WsmoConnectionImpl
           
 

Uses of Connection in com.ontotext.ordi.wsmo4rdf.remote.client
 

Classes in com.ontotext.ordi.wsmo4rdf.remote.client that implement Connection
 class RemoteWsmoConnection
           
 



Copyright © 2008. All Rights Reserved.