deegree 2.3 (2010/04/09 10:10 build-4-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()
          Returns the InsertRow that is referenced by this InsertField.
 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 List<InsertRow> InsertRow.getInsertOrder(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.
(package private)  Collection<InsertRow> InsertRow.getReferencingRows()
          Returns all InsertRows that reference a column in this InsertRow.
(package private)  Collection<InsertRow> InsertField.getReferencingRows()
          Returns all rows that reference this field.
 

Method parameters in org.deegree.io.datastore.sql.transaction.insert with type arguments of type InsertRow
static List<InsertRow> InsertRow.getInsertOrder(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)
          Creates a new InsertField instance.
InsertField(InsertRow row, String columnName, int sqlType, Object value, boolean isPK)
          Creates a new InsertField instance.
InsertGeometryField(InsertRow row, String columnName, int sqlType, Object value, boolean isPK, int targetSrs)
          Creates a new InsertGeometryField instance.
 


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