Uses of Class
org.riverock.dbrevision.annotation.schema.db.DbDataTable

Packages that use DbDataTable
org.riverock.dbrevision.annotation.schema.db   
org.riverock.dbrevision.db   
 

Uses of DbDataTable in org.riverock.dbrevision.annotation.schema.db
 

Fields in org.riverock.dbrevision.annotation.schema.db declared as DbDataTable
protected  DbDataTable DbTable.data
           
 

Fields in org.riverock.dbrevision.annotation.schema.db with type parameters of type DbDataTable
protected  List<DbDataTable> DbDataSchema.tables
           
 

Methods in org.riverock.dbrevision.annotation.schema.db that return DbDataTable
 DbDataTable ObjectFactory.createDbDataTable()
          Create an instance of DbDataTable
 DbDataTable DbTable.getData()
          Gets the value of the data property.
 

Methods in org.riverock.dbrevision.annotation.schema.db that return types with arguments of type DbDataTable
 List<DbDataTable> DbDataSchema.getTables()
          Gets the value of the tables property.
 

Methods in org.riverock.dbrevision.annotation.schema.db with parameters of type DbDataTable
 void DbTable.setData(DbDataTable value)
          Sets the value of the data property.
 

Uses of DbDataTable in org.riverock.dbrevision.db
 

Methods in org.riverock.dbrevision.db that return DbDataTable
static DbDataTable DatabaseStructureManager.getDataTable(Database adapter, DbTable table)
           
 



Copyright © 2008 Riverock community. All Rights Reserved.