Uses of Interface
net.ontopia.topicmaps.db2tm.ValueIF
-
Packages that use ValueIF Package Description net.ontopia.topicmaps.db2tm 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 ValueIF Modifier and Type Class Description classFunctionVirtualColumnINTERNAL: Virtual column that uses a function to map from old value to new value.classMappingVirtualColumnINTERNAL: Virtual column that used a hash table to map from old value to new value.Fields in net.ontopia.topicmaps.db2tm declared as ValueIF Modifier and Type Field Description protected ValueIFEntity. conditionprotected ValueIFRelationMapping. curvcolprotected ValueIFField. cvalueFields in net.ontopia.topicmaps.db2tm with type parameters of type ValueIF Modifier and Type Field Description protected List<ValueIF>FunctionVirtualColumn. paramsprotected Map<String,ValueIF>Relation. virtualColumnsMethods in net.ontopia.topicmaps.db2tm that return ValueIF Modifier and Type Method Description protected static ValueIFValues. getColumnValue(Relation relation, int cix)protected static ValueIFValues. getColumnValue(Relation relation, String colname)ValueIFEntity. getConditionValue()protected static ValueIFValues. getPatternValue(Relation relation, String value)ValueIFRelation. getVirtualColumn(String name)Methods in net.ontopia.topicmaps.db2tm with parameters of type ValueIF Modifier and Type Method Description voidRelation. addVirtualColumn(String name, ValueIF vcol)voidEntity. setConditionValue(ValueIF condition)
-