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

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

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

Methods in com.semarchy.mdm.runtime.model.dbschema that return IDBIndex
 IDBIndex IDBSchema.getIndex(String pName)
           
 

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

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

Subinterfaces of IDBIndex in com.semarchy.mdm.runtime.model.physical
 interface IIndex
          Interface that defines a database index
 

Methods in com.semarchy.mdm.runtime.model.physical that return IDBIndex
 IDBIndex IPhysicalModel.getIndex(String pName)
           
 



Copyright © 2015. All Rights Reserved.