Uses of Class
dke.smwp.fragmentation.Column

Packages that use Column
dke.smwp.db   
dke.smwp.fragmentation   
 

Uses of Column in dke.smwp.db
 

Methods in dke.smwp.db that return Column
 Column DB_Table.getColumn(java.lang.String table_name, java.lang.String column_name)
          fetches column object from given table and column name
 

Uses of Column in dke.smwp.fragmentation
 

Methods in dke.smwp.fragmentation that return Column
abstract  Column AbstractParameter.getColumn()
          gets Column object; only for ValueParameter which contains exactly one column
 Column FragmentationRelation.getColumn()
          gets columns; depreciated - do not use (fragmentation relation can have more than one columns)
 Column PredicateParameter.getColumn()
          get label column from predicate parameter relation
 Column ValueParameter.getColumn()
          returns Column object from ValueParameter relation (RV_) (RV_ relations contain exactly one column)
 

Methods in dke.smwp.fragmentation with parameters of type Column
 void FragmentClass.addColumn(Column column)