Uses of Interface
org.deegree.services.wfs.configuration.Connection

Packages that use Connection
org.deegree_impl.services.wfs.configuration   
org.deegree.services.wfs.configuration   
 

Uses of Connection in org.deegree_impl.services.wfs.configuration
 

Classes in org.deegree_impl.services.wfs.configuration that implement Connection
 class Connection_Impl
          The interface describes the connection to a database ---------------------------------------------------------------------
 

Fields in org.deegree_impl.services.wfs.configuration declared as Connection
private  Connection DatastoreConfiguration_Impl.connection
           
 

Methods in org.deegree_impl.services.wfs.configuration that return Connection
 Connection DatastoreConfiguration_Impl.getConnection()
          returns an object that describes the connection to a database if datastore type equals ORACLESPATIAL, GMLDB or POINTDB
private static Connection ConfigurationFactory.createConnection(org.w3c.dom.Element element)
          creates a Connection object that describes the JDBC connection paramter for accessing a database
static Connection ConfigurationFactory.createConnection(java.lang.String driver, java.lang.String logon, java.lang.String user, java.lang.String password)
          creates a Connection object that describes the JDBC connection paramter for accessing a database.
static Connection ConfigurationFactory.createConnectionOracle(java.lang.String driver, java.lang.String logon, java.lang.String user, java.lang.String password, java.lang.String spatialVersion)
          creates a Connection object that describes the JDBC connection paramter for accessing a database.
static Connection ConfigurationFactory.createConnectionSDE(java.lang.String driver, java.lang.String logon, java.lang.String user, java.lang.String password, java.lang.String sdeDatabase)
          creates a Connection object that describes the JDBC connection paramter for accessing a database.
 

Methods in org.deegree_impl.services.wfs.configuration with parameters of type Connection
 void DatastoreConfiguration_Impl.setConnection(Connection connection)
           
static DatastoreConfiguration ConfigurationFactory.createDatastoreConfiguration(java.lang.String name, int type, Connection connection, FeatureType[] featureTypes)
          creates a DatastoreConfiguration object
private static FeatureType[] ConfigurationFactory.createFeatureTypes(org.w3c.dom.NodeList nl, Connection con, int type)
          creates a description object for each feature type that's accessable through a datastore.
 

Constructors in org.deegree_impl.services.wfs.configuration with parameters of type Connection
DatastoreConfiguration_Impl(java.lang.String name, int type, Connection connection, FeatureType[] featureTypes)
          Creates a new DatastoreConfiguration_Impl object.
 

Uses of Connection in org.deegree.services.wfs.configuration
 

Methods in org.deegree.services.wfs.configuration that return Connection
 Connection DatastoreConfiguration.getConnection()
          returns an object that describes the connection to a database if datastore type equals ORACLESPATIAL, GMLDB or POINTDB