public class JdbcStorageDaoBlobImpl extends java.lang.Object implements JdbcStorageDao
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcStorageDaoBlobImpl.CollectRows |
| Constructor and Description |
|---|
JdbcStorageDaoBlobImpl(DataSourceFactory dataSourceFactory,
java.util.Properties paramProperties,
boolean usePool) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteNode(ConnectionContext connectionContext,
java.lang.String nodeId) |
void |
deleteNode(java.lang.String nodeId) |
void |
dispose() |
java.util.Collection<DataNode> |
readAllNodes() |
DataNode |
readNode(java.lang.String nodeId) |
void |
writeNode(DataNode node) |
public JdbcStorageDaoBlobImpl(DataSourceFactory dataSourceFactory,
java.util.Properties paramProperties,
boolean usePool)
throws java.sql.SQLException
java.sql.SQLExceptionpublic DataNode readNode(java.lang.String nodeId)
readNode in interface JdbcStorageDaopublic java.util.Collection<DataNode> readAllNodes()
readAllNodes in interface JdbcStorageDaopublic void deleteNode(java.lang.String nodeId)
deleteNode in interface JdbcStorageDaoprotected void deleteNode(ConnectionContext connectionContext,
java.lang.String nodeId)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void writeNode(DataNode node)
writeNode in interface JdbcStorageDaopublic void dispose()
dispose in interface JdbcStorageDao
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0