net.sourceforge.hatbox
Interface RTreeSession

All Known Implementing Classes:
RTreeSessionDb

public interface RTreeSession

Author:
Peter Yuill

Method Summary
 void deleteNode(Node node)
           
 Node getNode(long id)
           
 long getRootId()
           
 long insertNode(Node node)
           
 void setRootId(long id)
           
 void updateNode(Node node)
           
 

Method Detail

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.