org.fcrepo.server.utilities
Interface DDLConverter

All Known Implementing Classes:
DerbyDDLConverter, MsSQLDDLConverter, MySQLDDLConverter, OracleDDLConverter, PostgresDDLConverter

public interface DDLConverter

Interface for a converter of TableSpec objects to RDBMS-specific DDL code.

Implementations of this class must be thread-safe. That is, one instance can be used simultanously without problems. This typically just means that no varying fields should be used.

Implementations must also have a public no-arg constructor.

Author:
Chris Wilper

Method Summary
 List<String> getDDL(TableSpec tableSpec)
           
 

Method Detail

getDDL

List<String> getDDL(TableSpec tableSpec)


Copyright © 2012 DuraSpace. All Rights Reserved.