org.kuali.common.impex.schema
Interface SchemaSqlProducer

All Known Implementing Classes:
MySqlSchemaProducer, OracleSchemaProducer

public interface SchemaSqlProducer


Method Summary
 List<String> getForeignKeySql(List<ForeignKey> foreignKeys)
           
 List<String> getSequencesSql(List<Sequence> sequences)
           
 List<String> getTablesSql(List<Table> tables)
           
 List<String> getViewsSql(List<View> views)
           
 

Method Detail

getTablesSql

List<String> getTablesSql(List<Table> tables)

getForeignKeySql

List<String> getForeignKeySql(List<ForeignKey> foreignKeys)

getSequencesSql

List<String> getSequencesSql(List<Sequence> sequences)

getViewsSql

List<String> getViewsSql(List<View> views)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.