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
SQLException
DbLog[] getLogs(Connection c, long[] ids) throws SQLException
SQLException
DbLog[] getLogs(Connection c, long entryId, String entryAction) throws SQLException
SQLException
DbLog[] getLogs(Connection c, long[] entryIds, String entryAction) throws SQLException
SQLException
long[] getLogIds(Connection c) throws SQLException
SQLException
long[] getLogIds(Connection c, long entryId, String entryAction) throws SQLException
SQLException
long[] getLogIds(Connection c, long[] entryIds, String entryAction) throws SQLException
SQLException
void loadChanges(Connection c, DbLog log) throws SQLException
SQLException
void loadChanges(Connection c, DbLog[] logs) throws SQLException
SQLException
void removeLog(Connection c, long id) throws SQLException
SQLException
void removeLogs(Connection c, long[] ids) throws SQLException
SQLException
void saveLog(Connection c, DbLog log) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.