public interface DbLogHandler
| Modifier and Type | Method and Description |
|---|---|
DbLog |
getLog(Connection c,
long id) |
long[] |
getLogIds(Connection c) |
long[] |
getLogIds(Connection c,
long[] entryIds,
String entryAction) |
long[] |
getLogIds(Connection c,
long entryId,
String entryAction) |
DbLog[] |
getLogs(Connection c,
long[] ids) |
DbLog[] |
getLogs(Connection c,
long[] entryIds,
String entryAction) |
DbLog[] |
getLogs(Connection c,
long entryId,
String entryAction) |
void |
loadChanges(Connection c,
DbLog log) |
void |
loadChanges(Connection c,
DbLog[] logs) |
void |
removeLog(Connection c,
long id) |
void |
removeLogs(Connection c,
long[] ids) |
void |
saveLog(Connection c,
DbLog log) |
DbLog getLog(Connection c, long id) throws SQLException
SQLExceptionDbLog[] getLogs(Connection c, long[] ids) throws SQLException
SQLExceptionDbLog[] getLogs(Connection c, long entryId, String entryAction) throws SQLException
SQLExceptionDbLog[] getLogs(Connection c, long[] entryIds, String entryAction) throws SQLException
SQLExceptionlong[] getLogIds(Connection c) throws SQLException
SQLExceptionlong[] getLogIds(Connection c, long entryId, String entryAction) throws SQLException
SQLExceptionlong[] getLogIds(Connection c, long[] entryIds, String entryAction) throws SQLException
SQLExceptionvoid loadChanges(Connection c, DbLog log) throws SQLException
SQLExceptionvoid loadChanges(Connection c, DbLog[] logs) throws SQLException
SQLExceptionvoid removeLog(Connection c, long id) throws SQLException
SQLExceptionvoid removeLogs(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveLog(Connection c, DbLog log) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.