org.jasig.portal.tools.dbloader
Interface ISchemaExport

All Known Implementing Classes:
DataSourceSchemaExport

public interface ISchemaExport

Version:
$Revision: 19776 $
Author:
Eric Dalquist

Method Summary
 void hbm2ddl(boolean export, boolean create, boolean drop, String outputFile)
           
 

Method Detail

hbm2ddl

void hbm2ddl(boolean export,
             boolean create,
             boolean drop,
             String outputFile)
Parameters:
export - If the database should have the SQL executed agaisnt it
drop - If existing database objects should be dropped before creating new objects
outputFile - Optional file to write out the SQL to.


Copyright © 2010 Jasig. All Rights Reserved.