public class JdbcStorageDaoBase64Impl extends java.lang.Object implements JdbcStorageDao
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcStorageDaoBase64Impl.AllProcessor |
| Constructor and Description |
|---|
JdbcStorageDaoBase64Impl(DataSourceFactory dataSourceFactory,
java.util.Properties paramProperties,
boolean usePool) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteNode(ConnectionContext context,
java.lang.String nodeId) |
void |
deleteNode(java.lang.String nodeId) |
void |
dispose() |
protected void |
insertNode(ConnectionContext connectionContext,
DataNode node,
java.lang.String data) |
java.util.Collection<DataNode> |
readAllNodes() |
DataNode |
readNode(java.lang.String nodeId) |
void |
writeNode(DataNode node) |
public JdbcStorageDaoBase64Impl(DataSourceFactory dataSourceFactory,
java.util.Properties paramProperties,
boolean usePool)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void dispose()
dispose in interface JdbcStorageDaopublic DataNode readNode(java.lang.String nodeId)
readNode in interface JdbcStorageDaopublic java.util.Collection<DataNode> readAllNodes()
readAllNodes in interface JdbcStorageDaoprotected void deleteNode(ConnectionContext context,
java.lang.String nodeId)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteNode(java.lang.String nodeId)
deleteNode in interface JdbcStorageDaopublic void writeNode(DataNode node)
writeNode in interface JdbcStorageDaoprotected void insertNode(ConnectionContext connectionContext,
DataNode node,
java.lang.String data)
throws java.sql.SQLException
java.sql.SQLException
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