fedora.server.utilities
Class McKoiDDLConverter

java.lang.Object
  extended byfedora.server.utilities.McKoiDDLConverter
All Implemented Interfaces:
DDLConverter

public class McKoiDDLConverter
extends java.lang.Object
implements DDLConverter

Title: McKoiDDLConverter.java

Description:

Version:
$Id: McKoiDDLConverter.java,v 1.11 2005/07/15 11:57:25 rlw Exp $
Author:
cwilper@cs.cornell.edu

Constructor Summary
McKoiDDLConverter()
           
 
Method Summary
 java.util.List getDDL(TableSpec spec)
           
 java.lang.String getDeleteDDL(java.lang.String command)
           
 java.lang.String getDropDDL(java.lang.String command)
           
 boolean supportsTableType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McKoiDDLConverter

public McKoiDDLConverter()
Method Detail

supportsTableType

public boolean supportsTableType()
Specified by:
supportsTableType in interface DDLConverter

getDropDDL

public java.lang.String getDropDDL(java.lang.String command)
Specified by:
getDropDDL in interface DDLConverter

getDeleteDDL

public java.lang.String getDeleteDDL(java.lang.String command)
Specified by:
getDeleteDDL in interface DDLConverter

getDDL

public java.util.List getDDL(TableSpec spec)
Specified by:
getDDL in interface DDLConverter