Liferay 7.0-ce-b4

com.liferay.portal.tools
Class HypersonicLoader

java.lang.Object
  extended by com.liferay.portal.tools.HypersonicLoader

public class HypersonicLoader
extends Object


Constructor Summary
HypersonicLoader(String databaseName, String sqlDir, String fileNames)
           
 
Method Summary
static void loadHypersonic(Connection con, String fileName)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HypersonicLoader

public HypersonicLoader(String databaseName,
                        String sqlDir,
                        String fileNames)
                 throws Exception
Throws:
Exception
Method Detail

loadHypersonic

public static void loadHypersonic(Connection con,
                                  String fileName)
                           throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Liferay 7.0-ce-b4