Uses of Interface
net.ontopia.topicmaps.db2tm.ValueIF
Packages that use ValueIF
Package
Description
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
-
Uses of ValueIF in net.ontopia.topicmaps.db2tm
Classes in net.ontopia.topicmaps.db2tm that implement ValueIFModifier and TypeClassDescriptionclassINTERNAL: Virtual column that uses a function to map from old value to new value.classINTERNAL: Virtual column that used a hash table to map from old value to new value.Fields in net.ontopia.topicmaps.db2tm declared as ValueIFModifier and TypeFieldDescriptionprotected ValueIFEntity.conditionprotected ValueIFRelationMapping.curvcolprotected ValueIFField.cvalueFields in net.ontopia.topicmaps.db2tm with type parameters of type ValueIFMethods in net.ontopia.topicmaps.db2tm that return ValueIFModifier and TypeMethodDescriptionprotected static ValueIFValues.getColumnValue(Relation relation, int cix) protected static ValueIFValues.getColumnValue(Relation relation, String colname) Entity.getConditionValue()protected static ValueIFValues.getPatternValue(Relation relation, String value) Relation.getVirtualColumn(String name) Methods in net.ontopia.topicmaps.db2tm with parameters of type ValueIFModifier and TypeMethodDescriptionvoidRelation.addVirtualColumn(String name, ValueIF vcol) voidEntity.setConditionValue(ValueIF condition)