public class DBMData extends Object
| Constructor and Description |
|---|
DBMData(Connection c) |
| Modifier and Type | Method and Description |
|---|---|
void |
drop() |
String |
getCurrentVersion() |
List<DBVersion> |
getDBVersions() |
String |
getPreviousVersion() |
void |
init() |
void |
logStatement(String path,
String statement,
boolean success,
int rows,
String err) |
void |
setVersion(String version,
String action,
String path) |
public DBMData(Connection c) throws SQLException
SQLExceptionpublic void drop()
throws SQLException
SQLExceptionpublic void init()
throws SQLException
SQLExceptionpublic void logStatement(String path, String statement, boolean success, int rows, String err) throws SQLException
SQLExceptionpublic void setVersion(String version, String action, String path) throws SQLException
SQLExceptionpublic String getCurrentVersion() throws SQLException
SQLExceptionpublic String getPreviousVersion() throws SQLException
SQLExceptionpublic List<DBVersion> getDBVersions() throws SQLException
SQLExceptionCopyright © 2015. All rights reserved.