public interface StorageDao
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupArchive() |
void |
dispose() |
Event |
loadEvent(UUID id) |
ResultSet |
queryEvents(Filter filter) |
void |
storeEvent(Event event) |
boolean |
toEventList(ResultSet rs,
Collection<Event> events,
boolean isBeforeFirst,
long count) |
void |
updateComment(UUID id,
String comment) |
Event loadEvent(UUID id) throws SQLException
SQLExceptionResultSet queryEvents(Filter filter) throws SQLException, NotSupportedException
SQLExceptionNotSupportedExceptionboolean toEventList(ResultSet rs, Collection<Event> events, boolean isBeforeFirst, long count) throws SQLException
SQLExceptionvoid dispose()
void cleanupArchive()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.