public class JdbcStorageDaoBlobImpl extends Object implements JdbcStorageDao
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcStorageDaoBlobImpl.CollectRows |
| Constructor and Description |
|---|
JdbcStorageDaoBlobImpl(org.osgi.service.jdbc.DataSourceFactory dataSourceFactory,
Properties paramProperties,
boolean usePool) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteNode(ConnectionContext connectionContext,
String nodeId) |
void |
deleteNode(String nodeId) |
void |
dispose() |
Collection<DataNode> |
readAllNodes() |
DataNode |
readNode(String nodeId) |
void |
writeNode(DataNode node) |
public JdbcStorageDaoBlobImpl(org.osgi.service.jdbc.DataSourceFactory dataSourceFactory,
Properties paramProperties,
boolean usePool)
throws SQLException
SQLExceptionpublic DataNode readNode(String nodeId)
readNode in interface JdbcStorageDaopublic Collection<DataNode> readAllNodes()
readAllNodes in interface JdbcStorageDaopublic void deleteNode(String nodeId)
deleteNode in interface JdbcStorageDaoprotected void deleteNode(ConnectionContext connectionContext, String nodeId) throws SQLException
SQLExceptionpublic void writeNode(DataNode node)
writeNode in interface JdbcStorageDaopublic void dispose()
dispose in interface JdbcStorageDaoCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.