fedora.server.utilities
Class OracleDDLConverter

java.lang.Object
  extended by fedora.server.utilities.OracleDDLConverter
All Implemented Interfaces:
DDLConverter

public class OracleDDLConverter
extends java.lang.Object
implements DDLConverter

A DDLConverter that works with Oracle.

Version:
$Id: OracleDDLConverter.java 5240 2006-11-27 06:58:12Z cwilper $
Author:
cwilper@cs.cornell.edu

Constructor Summary
OracleDDLConverter()
           
 
Method Summary
 java.util.List getDDL(TableSpec spec)
           
 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

OracleDDLConverter

public OracleDDLConverter()
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

getDDL

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