org.fcrepo.server.utilities
Class MsSQLDDLConverter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsSQLDDLConverter
public MsSQLDDLConverter()
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.