Uses of Interface
com.semarchy.mdm.runtime.model.dbschema.IDBTable

Packages that use IDBTable
com.semarchy.mdm.runtime.model.dbschema   
com.semarchy.mdm.runtime.model.physical   
 

Uses of IDBTable in com.semarchy.mdm.runtime.model.dbschema
 

Methods in com.semarchy.mdm.runtime.model.dbschema that return IDBTable
 IDBTable IDBSchema.getTable(String name)
           
 

Methods in com.semarchy.mdm.runtime.model.dbschema that return types with arguments of type IDBTable
 List<? extends IDBTable> IDBSchema.getTables()
           
 

Uses of IDBTable in com.semarchy.mdm.runtime.model.physical
 

Subinterfaces of IDBTable in com.semarchy.mdm.runtime.model.physical
 interface ITable
           
 



Copyright © 2015. All Rights Reserved.