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

Uses of Class
org.deegree.tools.datastore.DDLGenerator.TableDefinition

Packages that use DDLGenerator.TableDefinition
org.deegree.tools.datastore   
 

Uses of DDLGenerator.TableDefinition in org.deegree.tools.datastore
 

Fields in org.deegree.tools.datastore with type parameters of type DDLGenerator.TableDefinition
protected  Map<String,DDLGenerator.TableDefinition> DDLGenerator.tables
           
 

Methods in org.deegree.tools.datastore that return DDLGenerator.TableDefinition
protected  DDLGenerator.TableDefinition[] DDLGenerator.getTables(int type)
          Returns all table definitions of the given type.
 

Methods in org.deegree.tools.datastore with parameters of type DDLGenerator.TableDefinition
protected  StringBuffer PostGISDDLGenerator.generateCreateIndexStmts(DDLGenerator.TableDefinition table)
           
protected abstract  StringBuffer DDLGenerator.generateCreateIndexStmts(DDLGenerator.TableDefinition table)
          Generates the DDL statements necessary for the creation of standard indexes for the given table definition.
protected  StringBuffer OracleDDLGenerator.generateCreateIndexStmts(DDLGenerator.TableDefinition table)
           
protected  StringBuffer PostGISDDLGenerator.generateCreateTableStmt(DDLGenerator.TableDefinition table)
           
protected abstract  StringBuffer DDLGenerator.generateCreateTableStmt(DDLGenerator.TableDefinition table)
          Generates the DDL statements necessary for the creation of the given table definition.
protected  StringBuffer OracleDDLGenerator.generateCreateTableStmt(DDLGenerator.TableDefinition table)
           
protected  StringBuffer DDLGenerator.generateDropIndexStmts(DDLGenerator.TableDefinition table)
          Generates the DDL statements necessary for the dropping of standard indexes for the given table definition.
protected  StringBuffer OracleDDLGenerator.generateDropIndexStmts(DDLGenerator.TableDefinition table)
           
protected  StringBuffer PostGISDDLGenerator.generateDropTableStmt(DDLGenerator.TableDefinition table)
           
protected  StringBuffer DDLGenerator.generateDropTableStmt(DDLGenerator.TableDefinition table)
          Generates the DDL statements necessary for the removal of the given table definition.
protected  StringBuffer OracleDDLGenerator.generateDropTableStmt(DDLGenerator.TableDefinition table)
           
 


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