org.fcrepo.server.utilities
Class PostgresDDLConverter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgresDDLConverter
public PostgresDDLConverter()
getDDL
public List<String> getDDL(TableSpec spec)
- Specified by:
getDDL in interface DDLConverter
Copyright © 2012 DuraSpace. All Rights Reserved.