org.fcrepo.server.utilities
Class MsSQLDDLConverter

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

public class MsSQLDDLConverter
extends Object
implements DDLConverter

A DDLConverter for MS SQL Server.

Author:
David Handy

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

Constructor Detail

MsSQLDDLConverter

public MsSQLDDLConverter()
Method Detail

supportsTableType

public boolean supportsTableType()

getDropDDL

public String getDropDDL(String command)

getDDL

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


Copyright © 2011 DuraSpace. All Rights Reserved.