Package org.smooks.tck
Class HsqlServer
- java.lang.Object
-
- org.smooks.tck.HsqlServer
-
public class HsqlServer extends Object
- Author:
-
-
Constructor Summary
Constructors Constructor Description HsqlServer(int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecScript(InputStream script)ConnectiongetConnection()StringgetPassword()intgetState()StringgetUrl()StringgetUsername()voidstop()
-
-
-
Method Detail
-
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()
-
-