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

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

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

Methods in com.semarchy.mdm.runtime.model.dbschema that return IDBColumn
 IDBColumn IDBIndexColumn.getColumn()
           
 IDBColumn IDBTable.getColumn(String pColumnName)
           
 

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

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

Subinterfaces of IDBColumn in com.semarchy.mdm.runtime.model.physical
 interface IColumn
          Interface that defines a database column
 



Copyright © 2015. All Rights Reserved.