SRJRCFrames
v0.1.296

Uses of Class
de.schwarzrot.data.meta.SchemaDefinition

Packages that use SchemaDefinition
de.schwarzrot.data.access.jdbc classes for jdbc specific data access 
de.schwarzrot.data.access.support helper classes used by the data accessors 
de.schwarzrot.data.meta domain classes used to build database model definitions 
de.schwarzrot.data.meta.support base class for model domain entities 
 

Uses of SchemaDefinition in de.schwarzrot.data.access.jdbc
 

Methods in de.schwarzrot.data.access.jdbc with parameters of type SchemaDefinition
protected  void JDBCModelCreator.createTables(SchemaDefinition schemInfo)
           
protected  void JDBCModelCreator.generateTableCreation(SchemaDefinition schemInfo, Writer out)
           
 

Uses of SchemaDefinition in de.schwarzrot.data.access.support
 

Methods in de.schwarzrot.data.access.support that return types with arguments of type SchemaDefinition
 List<SchemaDefinition> PgUtils.schemaDefinitions(Connection conn)
           
 Collection<SchemaDefinition> DbUtil.schemaDefinitions(Connection conn)
           
 Collection<SchemaDefinition> AbstractDbUtils.schemaDefinitions(Connection conn)
           
 

Methods in de.schwarzrot.data.access.support with parameters of type SchemaDefinition
 String PgUtils.genSchemaAccess(SchemaDefinition schemInfo, String defaultUser)
           
 String DbUtil.genSchemaAccess(SchemaDefinition schemInfo, String defaultUser)
          generates a SQL-string to grant access rights to schema
 String AbstractDbUtils.genSchemaAccess(SchemaDefinition schemInfo, String defaultUser)
           
 String PgUtils.genSchemaCreation(SchemaDefinition schemInfo)
           
 String DbUtil.genSchemaCreation(SchemaDefinition schemInfo)
          generates a SQL string to create a schema
 String AbstractDbUtils.genSchemaCreation(SchemaDefinition schemInfo)
           
 List<TableDefinition> PgUtils.tableDefinitions(Connection conn, SchemaDefinition sd)
           
 Collection<TableDefinition> DbUtil.tableDefinitions(Connection conn, SchemaDefinition sd)
           
 Collection<TableDefinition> AbstractDbUtils.tableDefinitions(Connection conn, SchemaDefinition sd)
           
 

Uses of SchemaDefinition in de.schwarzrot.data.meta
 

Methods in de.schwarzrot.data.meta that return types with arguments of type SchemaDefinition
 Class<SchemaDefinition> TableDefinition.getParentType()
           
 Map<String,SchemaDefinition> DatabaseModel.getSchemata()
           
 

Method parameters in de.schwarzrot.data.meta with type arguments of type SchemaDefinition
 void DatabaseModel.setSchemata(Map<String,SchemaDefinition> schemata)
           
 

Uses of SchemaDefinition in de.schwarzrot.data.meta.support
 

Methods in de.schwarzrot.data.meta.support that return SchemaDefinition
 SchemaDefinition DatabaseModelAccessor.getSchema(DatabaseModel m, String schemaName)
           
 

Methods in de.schwarzrot.data.meta.support with parameters of type SchemaDefinition
 TableDefinition DatabaseModelAccessor.getTable(SchemaDefinition sd, String tableName)
           
protected  void ModelAddition.printSchemaCreation(PrintWriter out, Connection conn, DbUtil dbUtil, SchemaDefinition sd, boolean reNew)
           
 boolean DatabaseModelAccessor.tableExists(SchemaDefinition sd, String tableName)
           
 Collection<String> DatabaseModelAccessor.tableNames(SchemaDefinition sd)
           
 


SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.