deegree 2.2 (2008/12/22 11:33 build-3038-official)

Uses of Class
org.deegree.io.datastore.sql.transaction.insert.InsertRow

Packages that use InsertRow
org.deegree.io.datastore.sql.transaction.insert   
 

Uses of InsertRow in org.deegree.io.datastore.sql.transaction.insert
 

Subclasses of InsertRow in org.deegree.io.datastore.sql.transaction.insert
 class FeatureRow
          Represents a feature table row (columns + values) which has to be inserted as part of a Insert operation.
 

Methods in org.deegree.io.datastore.sql.transaction.insert that return InsertRow
(package private)  InsertRow InsertField.getReferencedRow()
           
 InsertRow InsertField.getRow()
          Returns the InsertRow that this InsertField belongs to.
 

Methods in org.deegree.io.datastore.sql.transaction.insert that return types with arguments of type InsertRow
static Collection<InsertRow> InsertRow.findCycle(Collection<InsertRow> rows)
          Checks if the given InsertRows contain cyclic fk constraints.
(package private)  Collection<InsertRow> InsertRow.getReferencingRows()
          Returns all InsertRows that reference a column in this InsertRow.
(package private)  Collection<InsertRow> InsertField.getReferencingRows()
           
static List<InsertRow> InsertRow.sortInsertRows(List<InsertRow> inserts)
          Sorts the given InsertRows topologically (respecting the foreign key constraints), so they can be inserted in the resulting order without causing foreign key violations.
 

Method parameters in org.deegree.io.datastore.sql.transaction.insert with type arguments of type InsertRow
static Collection<InsertRow> InsertRow.findCycle(Collection<InsertRow> rows)
          Checks if the given InsertRows contain cyclic fk constraints.
static List<InsertRow> InsertRow.sortInsertRows(List<InsertRow> inserts)
          Sorts the given InsertRows topologically (respecting the foreign key constraints), so they can be inserted in the resulting order without causing foreign key violations.
 

Constructors in org.deegree.io.datastore.sql.transaction.insert with parameters of type InsertRow
InsertField(InsertRow row, String columnName, InsertField referencedField)
           
InsertField(InsertRow row, String columnName, int sqlType, Object value, boolean isPK)
           
InsertGeometryField(InsertRow row, String columnName, int sqlType, Object value, boolean isPK, int targetSrs)
           
 


deegree 2.2 (2008/12/22 11:33 build-3038-official)

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