public class JdbcDao extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JdbcDao.ReplicationDataFormat |
Modifier and Type | Field and Description |
---|---|
JdbcDao.ReplicationDataFormat |
dataFormat |
Constructor and Description |
---|
JdbcDao(CommonConnectionAccessor accessor,
String schema,
String instance,
NodeIdProvider nodeIdProvider) |
Modifier and Type | Method and Description |
---|---|
int |
cleanUp(Date date) |
Event |
load(UUID id) |
ResultSet |
queryEvents(Filter filter) |
void |
store(ConnectionContext connectionContext,
Event event) |
void |
storeReplication(ConnectionContext connectionContext,
Event event) |
void |
update(ConnectionContext connectionContext,
Event event) |
public final JdbcDao.ReplicationDataFormat dataFormat
public JdbcDao(CommonConnectionAccessor accessor, String schema, String instance, NodeIdProvider nodeIdProvider)
public void store(ConnectionContext connectionContext, Event event) throws SQLException
SQLException
public void storeReplication(ConnectionContext connectionContext, Event event) throws SQLException, IOException
SQLException
IOException
public void update(ConnectionContext connectionContext, Event event) throws SQLException
SQLException
public int cleanUp(Date date)
public ResultSet queryEvents(Filter filter) throws SQLException, NotSupportedException
SQLException
NotSupportedException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.