org.deegree.feature.persistence.postgis
Class InsertRowNode

java.lang.Object
  extended by org.deegree.feature.persistence.postgis.InsertRowNode

public class InsertRowNode
extends java.lang.Object


Constructor Summary
InsertRowNode(QTableName table, JoinChain parentRelation)
           
 
Method Summary
 JoinChain getParentRelation()
           
 java.util.List<InsertRowNode> getRelatedRows()
           
 InsertRow getRow()
           
 void performInsert(java.sql.Connection conn)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsertRowNode

public InsertRowNode(QTableName table,
                     JoinChain parentRelation)
Method Detail

getRow

public InsertRow getRow()
Returns:
the row

getParentRelation

public JoinChain getParentRelation()
Returns:
the parentRelation

getRelatedRows

public java.util.List<InsertRowNode> getRelatedRows()
Returns:
the relatedRows

performInsert

public void performInsert(java.sql.Connection conn)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.