| java.lang.Object org.pentaho.repository.PentahoSchemaUpdate
PentahoSchemaUpdate | public class PentahoSchemaUpdate (Code) | | A commandline tool to update a database schema. May also be called from
inside an application.
author: Christoph Sturm |
Method Summary | |
public void | execute(boolean script, boolean doUpdate) | public List | getExceptions() Returns a List of all Exceptions which occured during the export. |
PentahoSchemaUpdate | public PentahoSchemaUpdate(Configuration cfg) throws HibernateException(Code) | | |
PentahoSchemaUpdate | public PentahoSchemaUpdate(Configuration cfg, Properties connectionProperties) throws HibernateException(Code) | | |
execute | public void execute(boolean script, boolean doUpdate)(Code) | | Execute the schema updates
Parameters: script - print all DDL to the console |
getExceptions | public List getExceptions()(Code) | | Returns a List of all Exceptions which occured during the export.
A List containig the Exceptions occured during the export |
|
|