public class JdbcStorageDao extends AbstractJdbcStorageDao
Modifier and Type | Class and Description |
---|---|
class |
JdbcStorageDao.RowHandler |
accessor
Constructor and Description |
---|
JdbcStorageDao(org.osgi.service.jdbc.DataSourceFactory dataSourceFactory,
Properties properties,
boolean usePool,
Long loginTimeout,
com.google.common.collect.Interner<String> stringInterner) |
Modifier and Type | Method and Description |
---|---|
protected int |
processOnce(ConnectionContext connectionContext) |
protected void |
processRow(ConnectionContext connectionContext,
ResultSet resultSet) |
protected int |
runOnce() |
cleanupArchive, cleanupArchive, getDeleteAttributesSql, getInsertAttributesSql, intern, loadEvent, logSQLError, performStoreEvent, queryEvents, storeEvent, storeReplicationEvent, toEventList
clip, closeConnection, closeStatement, createConnection, dispose, getAccessor, getCleanupDays, getInstance, getMaxLength, getSchema, setInstance, setMaxLength, setSchema, updateComment
public JdbcStorageDao(org.osgi.service.jdbc.DataSourceFactory dataSourceFactory, Properties properties, boolean usePool, Long loginTimeout, com.google.common.collect.Interner<String> stringInterner) throws SQLException
SQLException
protected int runOnce()
protected int processOnce(ConnectionContext connectionContext) throws SQLException
SQLException
protected void processRow(ConnectionContext connectionContext, ResultSet resultSet) throws SQLException
SQLException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.