org.deegree.feature.persistence.postgis
Class PostGISDDLCreator

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.PostGISDDLCreator

public class PostGISDDLCreator
extends java.lang.Object

Creates DDL (DataDefinitionLanguage) scripts for the PostGISFeatureStoreProvider.

Version:
$Revision: 27814 $, $Date: 2010-11-06 15:59:05 +0100 (Sa, 06. Nov 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
PostGISDDLCreator(MappedApplicationSchema schema)
           
 
Method Summary
 java.util.List<java.lang.String> getBLOBCreates()
           
 java.lang.String[] getDDL()
           
 java.util.List<java.lang.StringBuffer> getRelationalCreates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostGISDDLCreator

public PostGISDDLCreator(MappedApplicationSchema schema)
Parameters:
schema -
Method Detail

getDDL

public java.lang.String[] getDDL()
Returns:

getBLOBCreates

public java.util.List<java.lang.String> getBLOBCreates()

getRelationalCreates

public java.util.List<java.lang.StringBuffer> getRelationalCreates()


Copyright © 2011. All Rights Reserved.