deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.io.datastore.sql.transaction.delete.TableNode

Packages that use TableNode
org.deegree.io.datastore.sql.transaction.delete   
 

Uses of TableNode in org.deegree.io.datastore.sql.transaction.delete
 

Methods in org.deegree.io.datastore.sql.transaction.delete that return TableNode
(package private)  TableNode DeleteHandler.determineJTNode(FeatureId fid, FeatureId subFid, TableRelation relation1, TableRelation relation2)
          Determines the row in the join table that connects a certain feature with a subfeature.
(package private)  TableNode TableGraph.findNode(FeatureId fid)
          Returns the TableNode that represents the specified feature instance.
(package private)  TableNode TableGraph.findNode(TableNode newNode)
          Returns the TableNode that represents the specified feature instance (given as a TableNode).
 

Methods in org.deegree.io.datastore.sql.transaction.delete that return types with arguments of type TableNode
(package private)  List<TableNode> DeleteHandler.determinePropNodes(FeatureId fid, TableRelation relation)
          Determines the TableNode that represent the simple/geometry properties in the property table attached by the given TableRelation.
(package private)  List<TableNode> TableGraph.getDeletionOrder()
          Returns the nodes of the graph in topological order, i.e. they may be deleted in that order without violating any foreign key constraints.
(package private)  Collection<TableNode> TableNode.getPostNodes()
          Returns the set of post nodes, i.e. table rows that are referenced by this row.
(package private)  Collection<TableNode> TableNode.getPreNodes()
          Returns the set of pre nodes, i.e. table rows that refer to this row.
 

Methods in org.deegree.io.datastore.sql.transaction.delete with parameters of type TableNode
(package private)  void TableNode.connect(TableNode targetNode)
          Connects this node to the given target node.
(package private)  TableNode TableGraph.findNode(TableNode newNode)
          Returns the TableNode that represents the specified feature instance (given as a TableNode).
 

Method parameters in org.deegree.io.datastore.sql.transaction.delete with type arguments of type TableNode
(package private)  String TableNode.toString(String indent, Set<TableNode> printedNodes)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org