public class HsqlServer extends Object
Constructor and Description |
---|
HsqlServer(int port) |
Modifier and Type | Method and Description |
---|---|
boolean |
execScript(InputStream script) |
Connection |
getConnection() |
String |
getPassword() |
int |
getState() |
String |
getUrl() |
String |
getUsername() |
void |
stop() |
public boolean execScript(InputStream script) throws SQLException
SQLException
public Connection getConnection()
public String getUrl()
public String getUsername()
public String getPassword()
public int getState()
Copyright © 2020. All rights reserved.