Uses of Class
org.deegree.commons.jdbc.ConnectionManager.Type

Packages that use ConnectionManager.Type
org.deegree.commons.jdbc   
org.deegree.metadata.iso.persistence   
org.deegree.metadata.iso.persistence.inspectors   
org.deegree.metadata.persistence   
org.deegree.metadata.persistence.ebrim.eo   
org.deegree.metadata.persistence.inspectors   
org.deegree.sqldialect   
org.deegree.sqldialect.filter.function   
org.deegree.sqldialect.oracle   
org.deegree.sqldialect.postgis   
org.deegree.sqldialect.postgis.function   
 

Uses of ConnectionManager.Type in org.deegree.commons.jdbc
 

Methods in org.deegree.commons.jdbc that return ConnectionManager.Type
 ConnectionManager.Type ConnectionManager.getType(String id)
           
static ConnectionManager.Type ConnectionManager.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionManager.Type[] ConnectionManager.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConnectionManager.Type in org.deegree.metadata.iso.persistence
 

Methods in org.deegree.metadata.iso.persistence that return ConnectionManager.Type
 ConnectionManager.Type ISOMetadataStore.getDBType()
           
 

Methods in org.deegree.metadata.iso.persistence with parameters of type ConnectionManager.Type
 String[] ISOMetadataStoreProvider.getCreateStatements(ConnectionManager.Type dbType)
           
 String[] ISOMetadataStoreProvider.getDropStatements(ConnectionManager.Type dbType)
           
 

Constructors in org.deegree.metadata.iso.persistence with parameters of type ConnectionManager.Type
ISOPropertyNameMapper(ConnectionManager.Type connectionType, boolean useLegacyPredicates)
           
 

Uses of ConnectionManager.Type in org.deegree.metadata.iso.persistence.inspectors
 

Methods in org.deegree.metadata.iso.persistence.inspectors with parameters of type ConnectionManager.Type
 ISORecord CoupledDataInspector.inspect(ISORecord record, Connection conn, ConnectionManager.Type connectionType)
           
 ISORecord InspireComplianceInspector.inspect(ISORecord record, Connection conn, ConnectionManager.Type connectionType)
           
 ISORecord FIInspector.inspect(ISORecord record, Connection conn, ConnectionManager.Type connectionType)
           
 ISORecord HierarchyLevelInspector.inspect(ISORecord record, Connection conn, ConnectionManager.Type connectionType)
           
 org.apache.axiom.om.OMElement InspireCompliance.inspect(org.apache.axiom.om.OMElement record, Connection conn, ConnectionManager.Type connectionType)
           
 

Uses of ConnectionManager.Type in org.deegree.metadata.persistence
 

Methods in org.deegree.metadata.persistence with parameters of type ConnectionManager.Type
 String[] MetadataStoreProvider.getCreateStatements(ConnectionManager.Type dbType)
           
 String[] MetadataStoreProvider.getDropStatements(ConnectionManager.Type dbType)
           
 

Uses of ConnectionManager.Type in org.deegree.metadata.persistence.ebrim.eo
 

Methods in org.deegree.metadata.persistence.ebrim.eo with parameters of type ConnectionManager.Type
 String[] EbrimEOMDStoreProvider.getCreateStatements(ConnectionManager.Type dbType)
           
 String[] EbrimEOMDStoreProvider.getDropStatements(ConnectionManager.Type dbType)
           
 

Uses of ConnectionManager.Type in org.deegree.metadata.persistence.inspectors
 

Methods in org.deegree.metadata.persistence.inspectors with parameters of type ConnectionManager.Type
 T MetadataSchemaValidationInspector.inspect(T record, Connection conn, ConnectionManager.Type connectionType)
           
 T RecordInspector.inspect(T record, Connection conn, ConnectionManager.Type connectionType)
          Inspects the given MetdataRecord.
 

Uses of ConnectionManager.Type in org.deegree.sqldialect
 

Methods in org.deegree.sqldialect that return ConnectionManager.Type
 ConnectionManager.Type SQLDialect.getDBType()
          Returns the ConnectionManager.Type of JDBC connection that this dialect can handle.
 ConnectionManager.Type SQLDialectProvider.getSupportedType()
           
 

Uses of ConnectionManager.Type in org.deegree.sqldialect.filter.function
 

Methods in org.deegree.sqldialect.filter.function that return types with arguments of type ConnectionManager.Type
 Set<ConnectionManager.Type> SQLFunctionProvider.getDialects()
          Returns the supported SQL dialects.
 Set<ConnectionManager.Type> SQLUpper.getDialects()
           
 Set<ConnectionManager.Type> SQLLower.getDialects()
           
 

Uses of ConnectionManager.Type in org.deegree.sqldialect.oracle
 

Methods in org.deegree.sqldialect.oracle that return ConnectionManager.Type
 ConnectionManager.Type OracleDialect.getDBType()
           
 ConnectionManager.Type OracleDialectProvider.getSupportedType()
           
 

Uses of ConnectionManager.Type in org.deegree.sqldialect.postgis
 

Methods in org.deegree.sqldialect.postgis that return ConnectionManager.Type
 ConnectionManager.Type PostGISDialect.getDBType()
           
 ConnectionManager.Type PostGISDialectProvider.getSupportedType()
           
 

Uses of ConnectionManager.Type in org.deegree.sqldialect.postgis.function
 

Methods in org.deegree.sqldialect.postgis.function that return types with arguments of type ConnectionManager.Type
 Set<ConnectionManager.Type> PostGISArea.getDialects()
           
 



Copyright © 2011. All Rights Reserved.