public class LocalDatabase extends Object
| Constructor and Description |
|---|
LocalDatabase(String driverClassName,
String urlPattern,
String user,
String password,
String jarfile)
Creates a local database.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
getSession()
Gets the
Session for the local database. |
void |
shutDown()
Shut local database down.
|
public LocalDatabase(String driverClassName, String urlPattern, String user, String password, String jarfile) throws ClassNotFoundException, FileNotFoundException, SQLException
public void shutDown()
throws SQLException
SQLException