org.fcrepo.server.utilities
Class PostgresDDLConverter

java.lang.Object
  extended by org.fcrepo.server.utilities.PostgresDDLConverter
All Implemented Interfaces:
DDLConverter

public class PostgresDDLConverter
extends Object
implements DDLConverter

A DDLConverter that works with Postgres.

This class is based on Hubert Stigler's contribution to the fedora-users mailing list on April 4th, 2006. It has been modified to create indexes.

Author:
Hubert Stigler

Constructor Summary
PostgresDDLConverter()
           
 
Method Summary
 List<String> getDDL(TableSpec spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgresDDLConverter

public PostgresDDLConverter()
Method Detail

getDDL

public List<String> getDDL(TableSpec spec)
Specified by:
getDDL in interface DDLConverter


Copyright © 2011 DuraSpace. All Rights Reserved.