org.fcrepo.server.utilities
Class MySQLDDLConverter

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

public class MySQLDDLConverter
extends Object
implements DDLConverter

A DDLConverter that works with MySQL.

Author:
Chris Wilper

Constructor Summary
MySQLDDLConverter()
           
 
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

MySQLDDLConverter

public MySQLDDLConverter()
Method Detail

getDDL

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


Copyright © 2012 DuraSpace. All Rights Reserved.