Uses of Class
org.deegree.feature.persistence.sql.ddl.DDLCreator

Packages that use DDLCreator
org.deegree.feature.persistence.sql.ddl   
 

Uses of DDLCreator in org.deegree.feature.persistence.sql.ddl
 

Subclasses of DDLCreator in org.deegree.feature.persistence.sql.ddl
 class MSSQLDDLCreator
          Creates PostGIS-DDL (DataDefinitionLanguage) scripts from MappedAppSchema instances.
 class OracleDDLCreator
          Creates Oracle-DDL (DataDefinitionLanguage) scripts from MappedAppSchema instances.
 class PostGISDDLCreator
          Creates PostGIS-DDL (DataDefinitionLanguage) scripts from MappedAppSchema instances.
 

Methods in org.deegree.feature.persistence.sql.ddl that return DDLCreator
static DDLCreator DDLCreator.newInstance(MappedAppSchema appSchema, SQLDialect dialect)
           
 



Copyright © 2011. All Rights Reserved.