net.sourceforge.hatbox
Interface RTreeSession
- All Known Implementing Classes:
- RTreeSessionDb
public interface RTreeSession
- Author:
- Peter Yuill
getRootId
long getRootId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setRootId
void setRootId(long id)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNode
Node getNode(long id)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
insertNode
long insertNode(Node node)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
updateNode
void updateNode(Node node)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
deleteNode
void deleteNode(Node node)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2010. All Rights Reserved.