org.milyn.util
Class HsqlServer

java.lang.Object
  extended by org.milyn.util.HsqlServer

public class HsqlServer
extends Object

Author:

Constructor Summary
HsqlServer(int port)
           
 
Method Summary
 boolean execScript(InputStream script)
           
 Connection getConnection()
           
 String getPassword()
           
 int getState()
           
 String getUrl()
           
 String getUsername()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsqlServer

public HsqlServer(int port)
           throws Exception
Throws:
Exception
Method Detail

stop

public void stop()
          throws Exception
Throws:
Exception

execScript

public boolean execScript(InputStream script)
                   throws SQLException
Throws:
SQLException

getConnection

public Connection getConnection()

getUrl

public String getUrl()

getUsername

public String getUsername()

getPassword

public String getPassword()

getState

public int getState()


Copyright © 2018. All rights reserved.